$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Cook (darren_at_[hidden])
Date: 2003-11-18 20:03:15
I want to set up a test suite for one of my own libraries, and started
looking at how Boost does this. In status/Jamfile it has lines like:
[ run libs/array/array1.cpp ]
I had a look in array1.cpp and all it does is output to stdout. I don't see
any asserts, and I cannot find a file of expected output to compare to. Is
just running to completion enough to pass the test, or am I missing something?
Darren