diff tests/Makefile @ 94:de18d1ac7d34

add some testing of arithmetic
author David A. Holland
date Mon, 10 Jun 2013 23:23:01 -0400
parents 4a5717f9b964
children ecec7c16e3ba
line wrap: on
line diff
--- a/tests/Makefile	Mon Jun 10 23:22:52 2013 -0400
+++ b/tests/Makefile	Mon Jun 10 23:23:01 2013 -0400
@@ -3,7 +3,7 @@
 
 TESTS=\
 	t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 t16 \
-	t17 t18 t19 t20 t21 t22 t23
+	t17 t18 t19 t20 t21 t22 t23 t24
 
 all: run-tests .WAIT show-diffs