|
@@ -17,6 +17,9 @@ ALL_LIBS = $(HOOKS_LIB) $(LOG_LIB) $(THREADS_LIB) $(UTIL_LIB) $(EXCEPTIONS
|
|
|
# Files to clean include the file created by testing.
|
|
|
CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat
|
|
|
|
|
|
+# Files generated by configure
|
|
|
+DISTCLEANFILES = marker_file.h test_libraries.h
|
|
|
+
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
$(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
|
|
|
|