Changeset 8:a1b1d672f37a in lemon-main
- Timestamp:
- 12/20/07 17:11:56 (17 years ago)
- Branch:
- default
- Children:
- 9:6ae00527c178, 17:d0dd44af6fec
- Phase:
- public
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r7 r8 14 14 15 15 lemon_HEADERS += \ 16 lemon/dim2.h \ 16 17 lemon/list_graph.h \ 17 18 lemon/tolerance.h -
test/Makefile.am
r4 r8 6 6 7 7 check_PROGRAMS += \ 8 test/dim_test \ 8 9 test/test_tools_fail \ 9 10 test/test_tools_pass … … 12 13 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) 13 14 15 test_dim_test_SOURCES = test/dim_test.cc 14 16 test_test_tools_fail_SOURCES = test/test_tools_fail.cc 15 17 test_test_tools_pass_SOURCES = test/test_tools_pass.cc
Note: See TracChangeset
for help on using the changeset viewer.