realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / category-and-not-tests
index 19561acfae946de622cd94add9e256b58c54d458..ba1edb873f01bdbbf98db7538fc7b30c2583da1b 100644 (file)
@@ -1,9 +1,14 @@
 Files:
 tests/unictype/test-categ_and_not.c
+tests/macros.h
 
 Depends-on:
 unictype/category-or
 unictype/category-test
+unictype/category-L
+unictype/category-N
+unictype/category-Lu
+unictype/category-Nd
 
 configure.ac:
 
@@ -11,4 +16,4 @@ Makefile.am:
 TESTS += test-categ_and_not
 check_PROGRAMS += test-categ_and_not
 test_categ_and_not_SOURCES = unictype/test-categ_and_not.c
-
+test_categ_and_not_LDADD = $(LDADD) $(LIBUNISTRING)