$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Test] Test Ordering?
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2012-11-04 10:50:21
If I make unit*test*s in different source files, I need to declare a BOOST_AUTO_*TEST*_SUITEin each one, right?
At link time, these appear in some undetermined order. How can I cause them to be run in the desired order instead?