src/work/peter/Makefile
author alpar
Wed, 16 Mar 2005 16:40:21 +0000
changeset 1220 20b26ee5812b
parent 690 a0f95e1b17fc
child 1221 6706c788ebb5
permissions -rw-r--r--
- Add compilation tests for the function type interface of BFS/DFS/Dijkstra
- Fix the bugs covered up by these tests
hegyi@690
     1
hier: hierarchygraph.h hierarchygraph_test.cc
klao@922
     2
	g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test
hegyi@690
     3
hegyi@677
     4
edge: edgepathgraph_test.cc edgepathgraph.h
klao@922
     5
	g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test
hegyi@677
     6