test/Makefile.am
changeset 171 02f4d5d9bfd7
parent 170 91fb4372688f
child 200 c0e2c043c060
equal deleted inserted replaced
20:c36ad6dba73d 21:c1ed73e5ac24
     1 EXTRA_DIST += \
     1 EXTRA_DIST += \
     2 	test/CMakeLists.txt
     2 	test/CMakeLists.txt
     3 
     3 
     4 noinst_HEADERS += \
     4 noinst_HEADERS += \
     5 	test/digraph_test.h \
     5 	test/graph_test.h \
     6 	test/graph_utils_test.h \
       
     7 	test/heap_test.h \
     6 	test/heap_test.h \
     8 	test/map_test.h \
     7 	test/graph_maps_test.h \
     9         test/test_tools.h
     8         test/test_tools.h
    10 
     9 
    11 check_PROGRAMS += \
    10 check_PROGRAMS += \
    12 	test/bfs_test \
    11 	test/bfs_test \
    13         test/counter_test \
    12         test/counter_test \