diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 2b94ddd..b252bf5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,3 +1,4 @@ +if TESTS check_PROGRAMS = dist_check_SCRIPTS = TESTS = @@ -30,4 +31,5 @@ test_tuberia_SOURCES = test_tuberia.c test.h test_tuberia_LDADD = ../src/libtuberia.a test_tuberia_LDFLAGS = -lpthread endif +endif |