Test output for graph-bfs

Testing time: 11.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- 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.003 seconds.
4 out of 4 (100%) tests passed.
-- done testing BFS test -----------------------------------------------------