Changeset 67:9de02aa380de in lemon-1.1 for test
- Timestamp:
- 02/07/08 22:23:23 (17 years ago)
- Branch:
- default
- Children:
- 69:914ffb9b3798, 99:dbaa96cc1013
- Parents:
- 66:5f7a8570687d (diff), 65:bfbc57a51fbb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r65 r67 3 3 4 4 noinst_HEADERS += \ 5 test/digraph_test.h \ 6 test/map_test.h \ 5 7 test/test_tools.h 6 8 7 9 check_PROGRAMS += \ 10 test/digraph_test \ 8 11 test/dim_test \ 12 test/graph_test \ 9 13 test/maps_test \ 10 14 test/random_test \ … … 15 19 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) 16 20 21 test_digraph_test_SOURCES = test/digraph_test.cc 17 22 test_dim_test_SOURCES = test/dim_test.cc 23 #test_error_test_SOURCES = test/error_test.cc 24 test_graph_test_SOURCES = test/graph_test.cc 18 25 test_maps_test_SOURCES = test/maps_test.cc 19 26 test_random_test_SOURCES = test/random_test.cc -
test/Makefile.am
r66 r67 11 11 test/dim_test \ 12 12 test/graph_test \ 13 test/maps_test \ 13 14 test/random_test \ 14 15 test/test_tools_fail \ … … 22 23 #test_error_test_SOURCES = test/error_test.cc 23 24 test_graph_test_SOURCES = test/graph_test.cc 25 test_maps_test_SOURCES = test/maps_test.cc 24 26 test_random_test_SOURCES = test/random_test.cc 25 27 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.