Fix broken check-in
authorpjk <pjk>
Fri, 23 Apr 2004 19:25:53 +0000 (19:25 +0000)
committerpjk <pjk>
Fri, 23 Apr 2004 19:25:53 +0000 (19:25 +0000)
tests/Makefile.am

index 4f2e7560cb0d3cc07889ae1eee982e014b29fb0f..55c4e4999274cd23339bdcd4cdc261f427be0d09 100644 (file)
@@ -1,30 +1,68 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-AUTOMAKE_OPTIONS = gnits 1.7
+TESTS_ENVIRONMENT=top_srcdir=${top_srcdir}
+TESTS = \
+       command/aggregate.sh \
+       command/autorecod.sh \
+       command/beg-data.sh \
+       command/bignum.sh \
+       command/count.sh \
+       command/erase.sh \
+       command/file-label.sh \
+       command/filter.sh \
+       command/flip.sh \
+       command/lag.sh \
+       command/list.sh \
+       command/loop.sh \
+       command/print.sh \
+       command/sample.sh \
+       command/sort.sh \
+       command/split-file.sh \
+       command/t-test-1-indep-val.sh \
+       command/t-test-1-sample-missing-anal.sh \
+       command/t-test-1-sample-missing-list.sh \
+       command/t-test-1s.sh \
+       command/t-test-groups.sh \
+       command/t-test-indep-missing-anal.sh \
+       command/t-test-indep-missing-list.sh \
+       command/t-test-paired-missing-anal.sh \
+       command/t-test-paired-missing-list.sh \
+       command/t-test-pairs.sh \
+       command/tabs.sh \
+       command/use.sh \
+       command/weight.sh \
+       bugs/alpha-freq.sh \
+       bugs/comment-at-eof.sh \
+       bugs/compute-fmt.sh \
+       bugs/crosstabs.sh \
+       bugs/data-crash.sh \
+       bugs/double-frequency.sh \
+       bugs/get.sh \
+       bugs/html-frequency.sh \
+       bugs/multipass.sh \
+       bugs/random.sh \
+       bugs/t-test-with-temp.sh \
+       bugs/t-test.sh \
+       bugs/temporary.sh \
+       bugs/val-labs.sh \
+       bugs/recode-copy-bug.sh \
+       xforms/casefile.sh \
+       xforms/expressions.sh \
+       stats/descript-basic.sh \
+       stats/descript-missing.sh \
+       stats/descript-mean-bug.sh \
+       stats/moments.sh \
+       stats/percentiles-compatible.sh \
+       stats/percentiles-enhanced.sh
 
-SUBDIRS = m4 intl doc lib src po config tests 
+noinst_PROGRAMS = gengarbage
 
-pkgdocdir = $(prefix)/doc/@PACKAGE@
-pkgdoc_DATA = NEWS README TODO
-noinst_DATA = AUTHORS THANKS
+noinst_DATA = sort.data
+sort.data: gengarbage$(EXTEXT)
+       ./gengarbage | head -1000 > $@
 
-DISTCLEANFILES = pref.h
+EXTRA_DIST = $(TESTS) weighting.data data-list.data list.data
 
-dist-hook:
-       cp -rp $(top_srcdir)/examples $(distdir)
+DISTCLEANFILES = *.save sort.data pspp.* foo* msgs *.actual
 
-# A `private installation' in my terms is just having the appropriate
-# configuration files in ~/.pspp instead of a global configuration
-# location.  So I let those files be installed automatically.
-
-private-install:
-       $(MAKE) private-install -C config
-private-uninstall:
-       $(MAKE) private-uninstall -C config
-
-EXTRA_DIST = mkinstalldirs  config.rpath  NEWS ONEWS TODO pref.h.orig configure
-
-MAINTAINERCLEANFILES = Makefile.in aclocal.m4 
-
-
-ACLOCAL_AMFLAGS = -I m4
+MAINTAINERCLEANFILES = Makefile.in