Changes in / [67:9de02aa380de:66:5f7a8570687d] in lemon-1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r67 r66 16 16 17 17 lemon_HEADERS += \ 18 lemon/concept_check.h \19 18 lemon/dim2.h \ 20 19 lemon/error.h \ -
test/Makefile.am
r67 r66 11 11 test/dim_test \ 12 12 test/graph_test \ 13 test/maps_test \14 13 test/random_test \ 15 14 test/test_tools_fail \ … … 23 22 #test_error_test_SOURCES = test/error_test.cc 24 23 test_graph_test_SOURCES = test/graph_test.cc 25 test_maps_test_SOURCES = test/maps_test.cc26 24 test_random_test_SOURCES = test/random_test.cc 27 25 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.