date and time created 90/06/25 14:07:04 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 05:07:04 +0000 (21:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 05:07:04 +0000 (21:07 -0800)
SCCS-vsn: usr.bin/f77/libU77/test/Makefile 5.1

usr/src/usr.bin/f77/libU77/test/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/f77/libU77/test/Makefile b/usr/src/usr.bin/f77/libU77/test/Makefile
new file mode 100644 (file)
index 0000000..4937818
--- /dev/null
@@ -0,0 +1,7 @@
+TESTS = actst argtst chdtst ertst fktst gpctst idtst loctst seektst sigtst \
+       statst timtst
+
+all:   $(TESTS)
+
+$(TESTS):
+       f77 -O $*.f -o $*