diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-06 19:50:05 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-06 19:50:05 +0000 |
commit | 98fd84149f579f54527a8d3cab80987ba2a03c52 (patch) | |
tree | 48292e12383be1c19a60e8b510561608c559fc0c /regress/usr.bin/dc/Makefile | |
parent | 9d7385b3f2fd17d4f6d71b11b496e6d1525a2608 (diff) |
Test #, n, and a.
Diffstat (limited to 'regress/usr.bin/dc/Makefile')
-rw-r--r-- | regress/usr.bin/dc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/dc/Makefile b/regress/usr.bin/dc/Makefile index 2ba690412cb..6a951dfe297 100644 --- a/regress/usr.bin/dc/Makefile +++ b/regress/usr.bin/dc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2003/11/04 08:11:41 otto Exp $ +# $OpenBSD: Makefile,v 1.5 2003/11/06 19:50:04 otto Exp $ DC=dc -REGRESS_TARGETS=t1 t2 t4 t5 t6 t7 t8 t9 t10 t11 t12 +REGRESS_TARGETS=t1 t2 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 # .in: input file # .out: desired result @@ -18,6 +18,7 @@ REGRESS_TARGETS=t1 t2 t4 t5 t6 t7 t8 t9 t10 t11 t12 # t10: test J and M operators # t11: test extended comparison operators # t12: test r operator, prints two "stack empty" warnings +# t13: test #, n and a all: clean ${REGRESS_TARGET} |