tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 12 Jan 2009 07:52:48 +0100
changeset 463 a2fd8b8d0b30
parent 310 a9e8f310507f
child 523 d9e43511d11c
permissions -rw-r--r--
Greatly extend and improve the test file for adaptors (#67)

- Add concept checks for the alterable, extendable, erasable
and clearable adaptors.
- Add test cases for modifying the underlying graphs through adaptors
whenever it is possible.
- Check the conversions between Node, Arc and Edge types.
- Add more test cases for the adaptor-specific functions and maps:
enable(), disable(), status(), forward(), backward(), CombinedArcMap,
CombinedNodeMap, ResidualCapacity etc.
- Use checkGraphIncEdgeArcLists() to simplify the test cases for
undirected graphs.
- Add test cases that use static graph structure (GridGraph) with
several adaptors combined.
- Add comments for the test cases.
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
alpar@385
     3
bin_PROGRAMS += \
alpar@385
     4
	tools/dimacs-to-lgf
alpar@385
     5
alpar@310
     6
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     7
ladanyi@1
     8
endif WANT_TOOLS
alpar@385
     9
alpar@385
    10
tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc