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)
tests:
cd test && $(MAKE) teste && cd ..
cd test && $(MAKE) test
teste testx testv:

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

Loading…
Cancel
Save