X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=8cd379bca605fb579d8ffbd19399812b187057c3;hb=6b1a7420704720085826e2b5f9fedea3ca8239de;hp=beb9acb05702409e5a5e07882b44afd92fd52ef6;hpb=4f7864559d1e334f1c3b37d02cce0b9c9830d8e7;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index beb9acb0..8cd379bc 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 \