4555357dbc3f56dc0c3e9f19b2d656838135bd27
[pspp] / modules / time-tests
1 Files:
2 tests/test-time.c
3 tests/test-time-c++.cc
4 tests/test-time-c++2.cc
5 tests/signature.h
6
7 Depends-on:
8 verify
9 ansi-c++-opt
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-time
15 check_PROGRAMS += test-time
16 if ANSICXX
17 TESTS += test-time-c++
18 check_PROGRAMS += test-time-c++
19 test_time_c___SOURCES = test-time-c++.cc test-time-c++2.cc
20 test_time_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
21 endif