trunk: fixes to syncing the eps files (this isn't finished, the jenkins svn plugin uses svn 1.7 grrrrrrr).

v0.27.3
Robin Mills 11 years ago
parent c36218614d
commit 04e15e7814

@ -71,6 +71,7 @@ samples: config/config.mk
cd samples && $(MAKE) $(MAKECMDGOALS) cd samples && $(MAKE) $(MAKECMDGOALS)
tests: tests:
cd test && $(MAKE) teste && cd ..
cd test && $(MAKE) test cd test && $(MAKE) test
teste testx testv: teste testx testv:

@ -122,6 +122,7 @@ if [ -e config/config.mk ]; then
mkdir bin mkdir bin
fi fi
make distclean make distclean
if [ -e test/data/eps ]; then rm -rf test/data/eps ; fi
fi fi
## ##

Loading…
Cancel
Save