make: friendlier test target

This commit is contained in:
Manuel Pégourié-Gonnard 2014-01-31 13:35:18 +01:00
parent 469238a9a5
commit d75d7cf844

View file

@ -49,8 +49,8 @@ clean:
cd programs && $(MAKE) clean && cd ..
cd tests && $(MAKE) clean && cd ..
check:
( cd tests && $(MAKE) check )
check: lib
( cd tests && $(MAKE) && $(MAKE) check )
apidoc:
mkdir -p apidoc