X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=a342e5491460c425befc45682bc86b6b6f95263c;hb=0d2d1a1e7036d45c7d02a1ba211e1dd96a88a867;hp=f23e3b131e7e133859d0299caf0781f8c87cc973;hpb=5dda55a193943200dbb77705657da238bd7ab837;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index f23e3b131e..a342e54914 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -169,6 +169,7 @@ nodist_TESTS = \ tests/libpspp/sparse-array-test \ tests/libpspp/str-test \ tests/libpspp/string-map-test \ + tests/libpspp/stringi-map-test \ tests/libpspp/string-set-test \ tests/libpspp/stringi-set-test \ tests/libpspp/tower-test @@ -275,6 +276,18 @@ tests_libpspp_string_map_test_SOURCES = \ tests_libpspp_string_map_test_LDADD = gl/libgl.la $(LIBINTL) tests_libpspp_string_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 +tests_libpspp_stringi_map_test_SOURCES = \ + src/libpspp/hash-functions.c \ + src/libpspp/hmap.c \ + src/libpspp/pool.c \ + src/libpspp/str.c \ + src/libpspp/stringi-map.c \ + src/libpspp/string-set.c \ + src/libpspp/stringi-set.c \ + tests/libpspp/stringi-map-test.c +tests_libpspp_stringi_map_test_LDADD = gl/libgl.la $(LIBINTL) +tests_libpspp_stringi_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 + tests_libpspp_string_set_test_SOURCES = \ src/libpspp/hash-functions.c \ src/libpspp/hmap.c \ @@ -404,6 +417,7 @@ EXTRA_DIST += \ $(TESTSUITE) TESTSUITE_AT = \ tests/testsuite.at \ + tests/language/dictionary/mrsets.at \ tests/language/stats/aggregate.at \ tests/language/stats/autorecode.at \ tests/language/stats/crosstabs.at \ @@ -411,7 +425,8 @@ TESTSUITE_AT = \ tests/language/stats/frequencies.at \ tests/language/xforms/compute.at \ tests/language/xforms/recode.at \ - tests/output/render.at + tests/output/render.at \ + tests/perl-module.at TESTSUITE = $(srcdir)/tests/testsuite DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)