diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-17 11:23:03 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-17 11:23:03 +0000 |
commit | 91a2a458ec5c149c03c4f8782102ef7d4ebbb677 (patch) | |
tree | 11eea3cf31dca61f536d5cff4e700ca05478d6a6 /regress/usr.bin/bc/Makefile | |
parent | e4ba37a5333bbb44cfd6157246e4d4f07b28ce6c (diff) |
Test new boolean operators and relational operators in arbitrary expressions.
Diffstat (limited to 'regress/usr.bin/bc/Makefile')
-rw-r--r-- | regress/usr.bin/bc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/usr.bin/bc/Makefile b/regress/usr.bin/bc/Makefile index 10a9ceac669..51b59fe5a93 100644 --- a/regress/usr.bin/bc/Makefile +++ b/regress/usr.bin/bc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2003/11/11 19:50:50 otto Exp $ +# $OpenBSD: Makefile,v 1.7 2003/11/17 11:23:02 otto Exp $ BC=bc -REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 +REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 # .in: input file # .out: desired result @@ -20,6 +20,9 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 # t11: if else # t12: print # t13: alternive forms of define and return +# t14: compare +# t15: boolean and +# t16: boolean or all: clean ${REGRESS_TARGET} |