getline: Simplify.
[pspp] / modules / array-oset-tests
index 553602dafa5dab923e1e0f1ad7566172c10257f3..57913163123da3d3bd5eef2ae5d62a7c62756fff 100644 (file)
@@ -1,7 +1,9 @@
 Files:
 tests/test-array_oset.c
+tests/macros.h
 
 Depends-on:
+xlist
 array-list
 progname
 
@@ -10,5 +12,5 @@ configure.ac:
 Makefile.am:
 TESTS += test-array_oset
 check_PROGRAMS += test-array_oset
-test_array_oset_LDADD = @LIBINTL@ $(LDADD)
+test_array_oset_LDADD = $(LDADD) @LIBINTL@