Changeset 25:751cd8f9bb1c in lemon
- Timestamp:
- 12/22/07 13:35:00 (17 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r7 r25 14 14 15 15 lemon_HEADERS += \ 16 lemon/concept_check.h \ 16 17 lemon/list_graph.h \ 18 lemon/maps.h \ 17 19 lemon/tolerance.h 18 20 … … 21 23 lemon/bits/utility.h 22 24 23 concept_HEADERS += 25 concept_HEADERS += \ 26 lemon/concepts/maps.h -
test/Makefile.am
r4 r25 6 6 7 7 check_PROGRAMS += \ 8 test/maps_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_maps_test_SOURCES = test/maps_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.