equal
deleted
inserted
replaced
4 noinst_HEADERS += \ |
4 noinst_HEADERS += \ |
5 test/test_tools.h |
5 test/test_tools.h |
6 |
6 |
7 check_PROGRAMS += \ |
7 check_PROGRAMS += \ |
8 test/dim_test \ |
8 test/dim_test \ |
|
9 test/maps_test \ |
9 test/random_test \ |
10 test/random_test \ |
10 test/test_tools_fail \ |
11 test/test_tools_fail \ |
11 test/test_tools_pass |
12 test/test_tools_pass |
12 |
13 |
13 TESTS += $(check_PROGRAMS) |
14 TESTS += $(check_PROGRAMS) |
14 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
15 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
15 |
16 |
16 test_dim_test_SOURCES = test/dim_test.cc |
17 test_dim_test_SOURCES = test/dim_test.cc |
|
18 test_maps_test_SOURCES = test/maps_test.cc |
17 test_random_test_SOURCES = test/random_test.cc |
19 test_random_test_SOURCES = test/random_test.cc |
18 test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
20 test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
19 test_test_tools_pass_SOURCES = test/test_tools_pass.cc |
21 test_test_tools_pass_SOURCES = test/test_tools_pass.cc |