aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/test/Makefile
blob: ca45a5183ebe2c8db327385bd8d62e5358091c57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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] *~