Do not run tests that do not need options multiple times.

This commit is contained in:
chriseth
2020-07-08 18:47:14 +02:00
parent 89231bea1e
commit 83337c850e
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ using namespace solidity::util;
namespace solidity::phaser::test
{
BOOST_AUTO_TEST_SUITE(Phaser)
BOOST_AUTO_TEST_SUITE(Phaser, *boost::unit_test::label("nooptions"))
BOOST_AUTO_TEST_SUITE(SelectionsTest)
BOOST_AUTO_TEST_SUITE(RangeSelectionTest)