diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,9 @@ +EXTRA_DIST += \ + test/Makefile + +noinst_HEADERS += + +check_PROGRAMS += + +TESTS += $(check_PROGRAMS) +XFAIL_TESTS += test/test_tools_fail$(EXEEXT)