-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | check/Makefile.am | 3 |
@@ -1,5 +1,10 @@ 2012年12月02日 Paulo Andrade <pcpa@gnu.org> + * check/Makefile.am: Add proper "make clean" rule and missing + check.sh to EXTRA_DIST. + +2012年12月02日 Paulo Andrade <pcpa@gnu.org> + * .gitignore: Update pattern of ignored files. * check/Makefile.am: Add rule to build liblightning.la dependency diff --git a/check/Makefile.am b/check/Makefile.am index 6d9d1e0..c88f069 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -31,10 +31,13 @@ EXTRA_DIST = \ bp.tst bp.ok \ divi.tst divi.ok \ fib.tst fib.ok \ + check.sh \ all.tst TESTS = 3to2 add allocai bp divi fib +CLEANFILES = $(TESTS) + # Not so pretty but good for a prototype $(TESTS): check.sh $(LN_S) check.sh $@ |