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.
sipsak/tests/Makefile.am

8 lines
284 B

TESTS = check_helper
check_PROGRAMS = check_helper
check_helper_SOURCES = check_helper.c $(top_builddir)/helper.h $(top_builddir)/helper.c $(top_builddir)/exit_code.h $(top_builddir)/exit_code.c
check_helper_CFLAGS = @CHECK_CFLAGS@ -DRUNNING_CHECK
check_helper_LDADD = @CHECK_LIBS@