use separate test group for metaprogramming tests
This commit is contained in:
parent
6c95c1b0e4
commit
7efff377d0
4 changed files with 4 additions and 4 deletions
|
|
@ -300,7 +300,7 @@ namespace test {
|
|||
}
|
||||
};
|
||||
|
||||
LAUNCHER (FormatString_test, "unit common");
|
||||
LAUNCHER (FormatString_test, "unit meta");
|
||||
|
||||
|
||||
}} // namespace util::test
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ namespace test{
|
|||
|
||||
|
||||
/** Register this test class... */
|
||||
LAUNCHER (DuckDetector_test, "unit common");
|
||||
LAUNCHER (DuckDetector_test, "unit meta");
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -451,7 +451,7 @@ namespace test {
|
|||
|
||||
|
||||
/** Register this test class... */
|
||||
LAUNCHER (TypeTuple_test, "unit common");
|
||||
LAUNCHER (TypeTuple_test, "unit meta");
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ namespace test {
|
|||
|
||||
|
||||
/** Register this test class... */
|
||||
LAUNCHER (TypeListUtil_test, "unit common");
|
||||
LAUNCHER (TypeListUtil_test, "unit meta");
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue