X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=d6659e8433ea44639dc22fceb92d10db3c8e2263;hb=6e019f71a11df7ecb9a94f6f158e594473ba6e5d;hp=dfd49170a6d97337c548f9e8bb1c33d64b9eddc2;hpb=015e221b0f8578afee769528572c76387f26c629;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index dfd49170..d6659e84 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -6,8 +6,12 @@ TESTS_ENVIRONMENT += PERL='@PERL@' PG_CONFIG='@PG_CONFIG@' # Allow locale_charset to find charset.alias before running "make install". TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl' +TESTS_ENVIRONMENT += LC_ALL=C + dist_TESTS = \ + tests/command/add-files.sh \ tests/command/aggregate.sh \ + tests/command/attributes.sh \ tests/command/autorecod.sh \ tests/command/beg-data.sh \ tests/command/bignum.sh \ @@ -31,6 +35,7 @@ dist_TESTS = \ tests/command/input-program.sh \ tests/command/insert.sh \ tests/command/lag.sh \ + tests/command/line-ends.sh \ tests/command/list.sh \ tests/command/loop.sh \ tests/command/longvars.sh \ @@ -70,6 +75,7 @@ dist_TESTS = \ tests/command/t-test-pairs.sh \ tests/command/trimmed-mean.sh \ tests/command/tabs.sh \ + tests/command/update.sh \ tests/command/use.sh \ tests/command/variable-display.sh \ tests/command/vector.sh \