Changeset 57:c1acf0018c0a in lemon-main for test
- Timestamp:
- 01/20/08 20:43:48 (17 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r32 r57 6 6 7 7 check_PROGRAMS += \ 8 test/digraph_test \ 8 9 test/dim_test \ 10 test/graph_test \ 9 11 test/random_test \ 10 12 test/test_tools_fail \ … … 14 16 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) 15 17 18 test_digraph_test_SOURCES = test/digraph_test.cc 16 19 test_dim_test_SOURCES = test/dim_test.cc 20 test_graph_test_SOURCES = test/graph_test.cc 17 21 test_random_test_SOURCES = test/random_test.cc 18 22 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.