ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/FreeBSD/9.r249549/bin/ed/test/Makefile
Revision: 9664
Committed: Sun Oct 22 23:20:00 2017 UTC (6 years, 6 months ago) by laffer1
File size: 577 byte(s)
Log Message:
tag freebsd rev 9.r249549

File Contents

# Content
1 # $FreeBSD: stable/9/bin/ed/test/Makefile 50471 1999-08-27 23:15:48Z peter $
2
3 SHELL= /bin/sh
4 ED= ${.OBJDIR}/ed
5
6 all: check
7 @:
8
9 check: build test
10 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \
11 echo "tests completed successfully."; \
12 fi
13
14 build: mkscripts.sh
15 @if [ -f errs.o ]; then :; else \
16 uudecode < ascii.d.uu ; \
17 uudecode < ascii.r.uu ; \
18 echo "building test scripts for $(ED) ..."; \
19 $(SHELL) mkscripts.sh $(ED); \
20 fi
21
22 test: build ckscripts.sh
23 @echo testing $(ED) ...
24 @$(SHELL) ckscripts.sh $(ED)
25
26 clean:
27 rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r

Properties

Name Value
cvs2svn:cvs-rev 1.1.1.1