X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=082889cdedfe26d098dff3a4c9bd9196a59c7fe4;hb=491ae2ba1ffc6db82c108e95aa568be778b2cc59;hp=2f876cfbefea879bed780a8a127584272e18f438;hpb=c1e75ee809efd2f4bfd9ebcc1c2b0689c1da0e4c;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index 2f876cfbef..082889cded 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -6,8 +6,11 @@ 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/aggregate.sh \ + tests/command/attributes.sh \ tests/command/autorecod.sh \ tests/command/beg-data.sh \ tests/command/bignum.sh \ @@ -293,7 +296,7 @@ tests_dissect_sysfile_SOURCES = \ src/libpspp/float-format.c \ tests/dissect-sysfile.c tests_dissect_sysfile_LDADD = gl/libgl.la @LIBINTL@ -tests_dissect_sysfile_CFLAGS = $(AM_CFLAGS) +tests_dissect_sysfile_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" EXTRA_DIST += \ $(dist_TESTS) \