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