X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=903eb0ca0081aa0cd685cb9f9f1f9f51faff1713;hb=75189452eaaa6dbc5429d4b6085b8ee4dbf1ed7f;hp=27ccdab333a40869940f89bb56adc08138a4803f;hpb=96cdb1bc8279c9c0cef602b8b536228ead9f1154;p=awesomized%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index 27ccdab3..903eb0ca 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 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