X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FMakefile.am;h=dc84803e4f8aa2e1e2e8c810d97755f945ef1e6e;hb=137a6414386ce392447905dab6d11d629a1b381b;hp=25b1962e3ab5a18206a89190d0cbaf83e9dbfb06;hpb=e3397365efeab6e20419c29993b71989ba9d11df;p=awesomized%2Flibmemcached diff --git a/tests/Makefile.am b/tests/Makefile.am index 25b1962e..dc84803e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_builddir)/include -I$(top_builddir)/lib LDADDS = ../lib/libmemcached.la EXTRA_DIST = output.res output2.res\ @@ -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