Index: tests/Makefile ================================================================== --- tests/Makefile +++ tests/Makefile @@ -1,11 +1,13 @@ # run some tests -MEGATEST=$(shell realpath ../megatest) +BINPATH=$(shell realpath ../bin) +MEGATEST=$(BINPATH)/megatest +PATH := $(BINPATH):$(PATH) runall : - cd ../;make + cd ../;make install $(MEGATEST) -keepgoing -runall :sysname ubuntu :fsname nfs :datapath none :runname `date +w%V.%u.%H` -m "This is a comment specific to a run" -v test : csi -b -I .. ../megatest.scm -- -runall :sysname ubuntu :fsname afs :datapath tmp :runname blah cd ../;make test