$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jason House (jasonhouse_at_[hidden])
Date: 2006-09-04 11:15:36
As I currently understand boost.test, it provides its own main function.
If I want to make a separate executable to run the tests, that seems
straight forward. But how would I embed the testing inside a normal
program with a simple command-line switch for running them?