X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fautomake.mk;h=3482ef2d34ba68fffc48a3b181048daf515165c5;hb=04fb909bd65eee66428d131ff34a6e1fde42e243;hp=d56b11ae175578a880e9429e5ea31f9498a97bf6;hpb=5d6ed6a71a644fe3388ac8809f6297ad2d45a962;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index d56b11ae..3482ef2d 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -TESTS_ENVIRONMENT = top_srcdir=${top_srcdir} top_builddir=${top_builddir} +TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)' TESTS_ENVIRONMENT += PERL='@PERL@' TESTS = \ tests/command/aggregate.sh \ @@ -26,6 +26,7 @@ TESTS = \ tests/command/match-files.sh \ tests/command/missing-values.sh \ tests/command/no_case_size.sh \ + tests/command/n_of_cases.sh \ tests/command/oneway.sh \ tests/command/oneway-missing.sh \ tests/command/oneway-with-splits.sh \ @@ -109,7 +110,7 @@ TESTS = \ tests/libpspp/ll-test \ tests/libpspp/llx-test -noinst_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test +check_PROGRAMS += tests/libpspp/ll-test tests/libpspp/llx-test tests_libpspp_ll_test_SOURCES = \ src/libpspp/ll.c \