fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / forkpty-tests
index 744d6848692144987a26f4ba8a45f8e12fb08b87..e969fc6ff12d2b60ffdb81c26b2e2afb13410c90 100644 (file)
@@ -1,8 +1,12 @@
 Files:
-tests/signature.h
 tests/test-forkpty.c
+tests/signature.h
+
+Depends-on:
+
+configure.ac:
 
 Makefile.am:
 TESTS += test-forkpty
 check_PROGRAMS += test-forkpty
-test_forkpty_LDADD = $(LDADD) $(PTY_LIB)
+test_forkpty_LDADD = $(LDADD) @PTY_LIB@