X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=76ee1f2356b507fed397aec65d6e58f315065a1c;hb=8b71948cd57dbd2787cb4c50525b957e9be8a62b;hp=180d656b95b682de5a04ad22066bc432de9b0b27;hpb=65d43159b0f6c9db2cae327473eddf13d2394ff6;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index 180d656b95..76ee1f2356 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -194,6 +194,7 @@ nodist_TESTS = \ tests/libpspp/range-set-test \ tests/libpspp/sparse-array-test \ tests/libpspp/str-test \ + tests/libpspp/string-map-test \ tests/libpspp/string-set-test \ tests/libpspp/tower-test @@ -289,6 +290,15 @@ tests_libpspp_str_test_SOURCES = \ tests/libpspp/str-test.c tests_libpspp_str_test_LDADD = src/libpspp/libpspp.la gl/libgl.la $(LIBINTL) +tests_libpspp_string_map_test_SOURCES = \ + src/libpspp/hash-functions.c \ + src/libpspp/hmap.c \ + src/libpspp/string-map.c \ + src/libpspp/string-set.c \ + tests/libpspp/string-map-test.c +tests_libpspp_string_map_test_LDADD = gl/libgl.la $(LIBINTL) +tests_libpspp_string_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 + tests_libpspp_string_set_test_SOURCES = \ src/libpspp/hash-functions.c \ src/libpspp/hmap.c \