X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=be303c1f368c64857375d41c095555307d60216e;hb=5c891f46234618f733ed1f3e0be6deedef3e487d;hp=4d5891dd447b95c36f03a2299f5b73777706e1d6;hpb=ee648635fff4fe04a9617df5c84a4bc10c60d130;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index 4d5891dd..be303c1f 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -2,6 +2,10 @@ TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)' TESTS_ENVIRONMENT += PERL='@PERL@' + +# Allow locale_charset to find charset.alias before running "make install". +TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl' + dist_TESTS = \ tests/command/aggregate.sh \ tests/command/autorecod.sh \ @@ -20,6 +24,9 @@ dist_TESTS = \ tests/command/file-handle.sh \ tests/command/filter.sh \ tests/command/flip.sh \ + tests/command/get-data-txt.sh \ + tests/command/get-data-txt-examples.sh \ + tests/command/get-data-txt-importcases.sh \ tests/command/import-export.sh \ tests/command/input-program.sh \ tests/command/insert.sh \ @@ -79,6 +86,7 @@ dist_TESTS = \ tests/formats/time-out.sh \ tests/formats/wkday-in.sh \ tests/formats/wkday-out.sh \ + tests/formats/360.sh \ tests/bugs/agg_crash.sh \ tests/bugs/agg-crash-2.sh \ tests/bugs/alpha-freq.sh \ @@ -114,6 +122,7 @@ dist_TESTS = \ tests/bugs/t-test.sh \ tests/bugs/t-test-alpha.sh \ tests/bugs/t-test-alpha2.sh \ + tests/bugs/t-test-alpha3.sh \ tests/bugs/temporary.sh \ tests/bugs/unwritable-dir.sh \ tests/bugs/val-labs.sh \