Changes in / [68:a315a588a20d:69:914ffb9b3798] in lemon-main
- Files:
 - 
          
- 2 added
 - 2 edited
 
- 
          lemon/Makefile.am (modified) (1 diff)
 - 
          lemon/error.h (added)
 - 
          test/Makefile.am (modified) (2 diffs)
 - 
          test/error_test.cc (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
lemon/Makefile.am
r68 r69 16 16 17 17 lemon_HEADERS += \ 18 lemon/concept_check.h \ 18 19 lemon/dim2.h \ 20 lemon/error.h \ 21 lemon/list_graph.h \ 19 22 lemon/maps.h \ 20 23 lemon/math.h \ 21 24 lemon/random.h \ 22 lemon/list_graph.h \23 25 lemon/tolerance.h 24 26  - 
        
test/Makefile.am
r58 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 \ … … 20 21 test_digraph_test_SOURCES = test/digraph_test.cc 21 22 test_dim_test_SOURCES = test/dim_test.cc 23 #test_error_test_SOURCES = test/error_test.cc 22 24 test_graph_test_SOURCES = test/graph_test.cc 25 test_maps_test_SOURCES = test/maps_test.cc 23 26 test_random_test_SOURCES = test/random_test.cc 24 27 test_test_tools_fail_SOURCES = test/test_tools_fail.cc  
Note: See TracChangeset
          for help on using the changeset viewer.
      
