summaryrefslogtreecommitdiff
path: root/regress/usr.bin/bc/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-11-11 09:18:22 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-11-11 09:18:22 +0000
commit9ac5f6ce0fda859c45beeb0b483c9a849a1ed777 (patch)
tree784fde46d2394e3644ce472ef65c7e2eccffd809 /regress/usr.bin/bc/Makefile
parent5a1f2026c8404f7d5e41dda54703d438975540ba (diff)
Test print statement.
Diffstat (limited to 'regress/usr.bin/bc/Makefile')
-rw-r--r--regress/usr.bin/bc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/bc/Makefile b/regress/usr.bin/bc/Makefile
index 913942f492f..75eaeaeb1b8 100644
--- a/regress/usr.bin/bc/Makefile
+++ b/regress/usr.bin/bc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2003/10/22 12:26:43 otto Exp $
+# $OpenBSD: Makefile,v 1.5 2003/11/11 09:18:21 otto Exp $
BC=bc
-REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11
+REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
# .in: input file
# .out: desired result
@@ -18,6 +18,7 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11
# t9: more continue
# t10: for with empty E's
# t11: if else
+# t12: print
all: clean ${REGRESS_TARGET}