mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
Correct make distcheck.
2012-12-03 Paulo Andrade <pcpa@gnu.org> * configure.ac, check/Makefile.am, check/check.sh, doc/Makefile.am, include/lightning/Makefile.am, lib/Makefile.am: Correct make distcheck.
This commit is contained in:
parent
90a187a12e
commit
e6f1df7124
8 changed files with 34 additions and 13 deletions
|
@ -32,7 +32,7 @@ EXTRA_DIST = \
|
|||
divi.tst divi.ok \
|
||||
fib.tst fib.ok \
|
||||
rpn.tst rpn.ok \
|
||||
check.sh \
|
||||
check.sh run-test \
|
||||
all.tst
|
||||
|
||||
TESTS = 3to2 add allocai bp divi fib rpn
|
||||
|
@ -41,7 +41,7 @@ CLEANFILES = $(TESTS)
|
|||
|
||||
# Not so pretty but good for a prototype
|
||||
$(TESTS): check.sh
|
||||
$(LN_S) check.sh $@
|
||||
$(LN_S) $(srcdir)/check.sh $@
|
||||
|
||||
TESTS_ENVIRONMENT=$(srcdir)/run-test
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
./lightning `basename $0`
|
||||
./lightning $srcdir/`basename $0`.tst
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
./lightning $1.tst | tr -d \\r > $1.log
|
||||
$1 | tr -d \\r > $1.log
|
||||
if cmp -s $srcdir/$1.ok $1.log; then
|
||||
rm $1.log
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue