Boost logo

Boost Users :

Subject: [Boost-users] boost.test: Run multiple tests
From: Udo Steinbach (usenet_at_[hidden])
Date: 2015-12-20 09:09:36


Hello,

boost:test is a great tool. Now I have boost updated to v1.60 and can't
run more than one tests at once. System is MinGW on Windows.
Given
suite_1
   test_1_1
   suite_1_2
      test_1_2_1
and many more, all enabled by default, with v1.59 I could run these both
test and exclude all others with
  --run_test=suite_1/test_1_1,suite_1/suite_1_2/test_1_2_1
respectively BOOST_TESTS_TO_RUN, but with v1.60 the result is "Test
setup error: no test cases matching filter or all test cases were
disabled". With
  --run_test=suite_1/test_1_1,suite1_2/test_1_2_1
only test_1_2_1 is executed. Same result with
  BOOST_TEST_RUN_FILTERS=suite_1/test_1_1,suite1_2/test_1_2_1
. With multiple --run_test= all is fine.

But how do I execute multiple tests via variable?

bye
   Udo

-- 
Fahrradverkehr in Deutschland: http://radwege.udoline.de/
GPG: A245 F153 0636 6E34 E2F3  E1EB 817A B14D 3E7E 482E

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net