strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / pty-tests
index 375fdffe11b61c525670660e87b0434a83ac12e2..7a6bce978464ef922894dc964ca1c29e9cbe1a9f 100644 (file)
@@ -1,15 +1,8 @@
 Files:
-tests/test-pty-c++.cc
-tests/signature.h
 
 Depends-on:
-ansi-c++-opt
+pty-c++-tests
 
 configure.ac:
 
 Makefile.am:
-if ANSICXX
-TESTS += test-pty-c++
-check_PROGRAMS += test-pty-c++
-test_pty_c___SOURCES = test-pty-c++.cc
-endif