Test output for graph-bfs [ok]

Testing time: 0s

/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null

-- testing BFS test ----------------------------------------------------------
add nodes to the graph ............................................... [ PASS]
add edges to the graph ............................................... [ PASS]
BFS traversal ........................................................ [ PASS]
BFS fold ............................................................. [ PASS]
4 tests completed in 0.001 seconds.
4 out of 4 (100%) tests passed.
-- done testing BFS test -----------------------------------------------------