summaryrefslogtreecommitdiff
path: root/regress/usr.bin/bc/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-10-22 12:26:44 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-10-22 12:26:44 +0000
commitc48c96e7134a92d494a87fa1a04d3e48aa87f584 (patch)
tree25061265ac3cfba7f0cb287f144af82a6d5cde0f /regress/usr.bin/bc/Makefile
parent21823a166aabdaf10a6d5ba635a68374b31914c1 (diff)
Regressions for if ... else.
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 2fda2dc6ea9..913942f492f 100644
--- a/regress/usr.bin/bc/Makefile
+++ b/regress/usr.bin/bc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2003/10/19 19:22:48 otto Exp $
+# $OpenBSD: Makefile,v 1.4 2003/10/22 12:26:43 otto Exp $
BC=bc
-REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10
+REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11
# .in: input file
# .out: desired result
@@ -17,6 +17,7 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10
# t8: continue ops
# t9: more continue
# t10: for with empty E's
+# t11: if else
all: clean ${REGRESS_TARGET}