freebsd_amp_hwpstate/bin/ed/test/Makefile

18 lines
277 B
Makefile
Raw Normal View History

ED= ../obj/ed
all: build test
@echo done
build: mkscripts.sh
@echo building test scripts...
@chmod +x mkscripts.sh
@./mkscripts.sh ${ED}
test: build ckscripts.sh
@echo running test scripts...
@chmod +x ckscripts.sh
@./ckscripts.sh ${ED}
clean:
rm -f *.ed *.[oz] *~