-lshell32 -liconv -lstdc++ \
-lcomdlg32 -lgdi32
WINLIB = libgnunetutilwin.la
-noinst_PROGRAMS = test_os_start_process_cat
- test_os_start_process_cat_SOURCES = test_os_start_process_cat.c
endif
if USE_COVERAGE
char *fn;
const struct GNUNET_DISK_FileHandle *stdout_read_handle;
const struct GNUNET_DISK_FileHandle *wh;
-#ifndef WINDOWS
+
GNUNET_asprintf(&fn, "cat");
-#else
- GNUNET_asprintf(&fn, "./.libs/test_os_start_process_cat.exe");
-#endif
hello_pipe_stdin = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_YES, GNUNET_NO);
hello_pipe_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES);