You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
448 B

  1. --- a/tests/Makefile
  2. +++ b/tests/Makefile
  3. @@ -32,7 +32,7 @@ run_libcap_psx_test: libcap_psx_test
  4. ./libcap_psx_test
  5. libcap_psx_test: libcap_psx_test.c $(DEPS)
  6. - $(CC) $(CFLAGS) $(IPATH) $< -o $@ $(LIBCAPLIB) $(LIBPSXLIB) -Wl,-wrap,pthread_create --static
  7. + $(CC) $(CFLAGS) $(IPATH) $< -o $@ $(LIBCAPLIB) $(LIBPSXLIB) -Wl,-wrap,pthread_create
  8. run_libcap_launch_test: libcap_launch_test libcap_psx_launch_test noop
  9. sudo ./libcap_launch_test