[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Fix "check" targets
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Fix "check" targets |
Date: |
Mon, 5 May 2014 12:19:23 +0200 |
User-agent: |
Mutt/1.4.2.3i |
Hi all,
Here's a simple patch to fix a simple problem:
$ make spotless; make check
...
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES
-fPIC -DPIC -c -g -Wall -Wno-unused csc.c -o csc.o -I. -I./
gcc -L. csc.o -o csc -lchicken -Wl,-R"." -lm -ldl
cd tests; sh runtests.sh
cp: cannot stat `../setup-api.so': No such file or directory
make[1]: *** [check] Error 1
make[1]: Leaving directory `/home/sjamaan/src/chicken-core'
make: *** [check] Error 2
With patch:
$ make check
...
======================================== done.
make[1]: Leaving directory `/home/sjamaan/src/chicken-core'
Cheers,
Peter
--
http://www.more-magic.net
0001-Use-TARGETS-as-dependency-for-check-target-to-ensure.patch
Description: Text document
- [Chicken-hackers] [PATCH] Fix "check" targets,
Peter Bex <=