$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] list all boost tests
From: Martin Ankerl (martin.ankerl_at_[hidden])
Date: 2010-02-25 02:30:31
Hi all, we are using BOOST_AUTO_TEST_SUITE() and
BOOST_AUTO_TEST_CASE() to create lots of tests. Is it possible to list
all the tests available in an executable?
I have tried to create a special test "help" that calls
boost::unit_test::traverse_test_tree(), but this only shows the tests
that are selected for this test run.
Martin