Megatest

Makefile at [874a4143eb]
Login

File tests/Makefile artifact 192cc0f807 part of check-in 874a4143eb


# run some tests

runall :
	cd ../;make 
	../megatest -runall :sysname ubuntu :fsname nfs :datapath none :runname `date +%GWW%V.%u` -m "This is a comment specific to a run"

test :
	cd ../;make test
	make runall

dashboard :
	cd ../;make dashboard
	../dashboard &