$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-02-03 14:04:48
> Syntax I use looks like
>
> TEST
> {
> ...
> assert(...); // assert breaks into debugger
> }
>
> ..
> run_recently_modified_tests()
You need to specify somehow what file each particular test case depend on,
isn't it?
Gennadiy