Added tests for count and sort
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 16 Dec 2003 01:08:35 +0000 (01:08 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 16 Dec 2003 01:08:35 +0000 (01:08 +0000)
tests/Makefile.am
tests/count.stat [deleted file]
tests/sort.stat [deleted file]

index fe25550e57ccf1560f64aed7a4835e660ec100f8..402a22eac926ab3229657f679c9024b9c5078aa4 100644 (file)
@@ -8,13 +8,15 @@ TESTS = command/aggregate.sh \
        command/autorecod.sh \
        command/beg-data.sh \
        command/bignum.sh \
+       command/count.sh \
+       command/sort.sh \
        bugs/double-frequency.sh \
        bugs/html-frequency.sh
 
 noinst_PROGRAMS = gengarbage
 
 noinst_DATA = sort.data
-sort.data: gengarbage
+sort.data: gengarbage$(EXTEXT)
        ./gengarbage | head -1000 > $@
 
 EXTRA_DIST = bignum.data       \
diff --git a/tests/count.stat b/tests/count.stat
deleted file mode 100644 (file)
index a6b72d5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-title 'Test COUNT transformation'.
-
-data list /v1 to v2 1-4(a).
-begin data.
-1234
-321
-2 13
-4121
-1104
-03 4
-0193
-end data.
-/*count c=v1 to v4(1).
-count c=v1 to v2('2',' 4','1').
-list.
diff --git a/tests/sort.stat b/tests/sort.stat
deleted file mode 100644 (file)
index ff85e43..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-title 'Test SORT procedure'.
-
-data list file='sort.data' notable /X000 to X126 1-127(a).
-*data list file='sort.data' notable /X000 to X005 1-6(a).
-sort by X000 to x005.
-print /X000 to X005.
-execute.
-