Fixed bug reported by Stuart Midgley about what happens when there are no
[awesomized/libmemcached] / tests / Makefile.am
index 27ccdab333a40869940f89bb56adc08138a4803f..dc84803e4f8aa2e1e2e8c810d97755f945ef1e6e 100644 (file)
@@ -15,9 +15,10 @@ EXTRA_DIST = output.res output2.res\
 
 LIBS = 
 
+noinst_HEADERS = test.h
 noinst_PROGRAMS = testapp
 
-testapp_SOURCES = test.c
+testapp_SOURCES = test.c function.c ../src/generator.c ../src/execute.c
 testapp_LDADD = $(LDADDS)
 
 record:
@@ -51,6 +52,3 @@ test-extended: testapp
 
 valgrind:
        libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes  testapp
-
-valgrind-extended:
-       libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes  testapp extended