From: John Darrington Date: Tue, 16 Dec 2003 01:08:35 +0000 (+0000) Subject: Added tests for count and sort X-Git-Tag: v0.4.0~450 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7064b66998d64ba14a4ac0e6e71a284832cf7098;p=pspp-builds.git Added tests for count and sort --- diff --git a/tests/Makefile.am b/tests/Makefile.am index fe25550e..402a22ea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 index a6b72d57..00000000 --- a/tests/count.stat +++ /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 index ff85e436..00000000 --- a/tests/sort.stat +++ /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. -