Update help, move test.sh to scripts, and fix "make test" to call right script.

This commit is contained in:
Rob Landley 2008-03-28 00:44:44 -05:00
parent bf081b9b50
commit 9d243a2efc
2 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,7 @@ distclean: clean
test: tests test: tests
tests: tests:
scripts/testall.sh scripts/test.sh
help:: help::
@echo ' toybox - Build toybox.' @echo ' toybox - Build toybox.'
@ -59,3 +59,6 @@ help::
@echo ' clean - Delete temporary files.' @echo ' clean - Delete temporary files.'
@echo ' distclean - Delete everything that isn't shipped.' @echo ' distclean - Delete everything that isn't shipped.'
@echo ' install_flat - Install toybox into $PREFIX directory.' @echo ' install_flat - Install toybox into $PREFIX directory.'
@echo ' install - Install toybox into subdirectories of $PREFIX.'
@echo ' uninstall_flat - Remove toybox from $PREFIX directory."
@echo ' uninstall - Remove toybox from subdirectories of $PREFIX."