use separate test group for metaprogramming tests

This commit is contained in:
Fischlurch 2011-12-30 03:45:51 +01:00
parent 6c95c1b0e4
commit 7efff377d0
4 changed files with 4 additions and 4 deletions

View file

@ -300,7 +300,7 @@ namespace test {
}
};
LAUNCHER (FormatString_test, "unit common");
LAUNCHER (FormatString_test, "unit meta");
}} // namespace util::test

View file

@ -90,7 +90,7 @@ namespace test{
/** Register this test class... */
LAUNCHER (DuckDetector_test, "unit common");
LAUNCHER (DuckDetector_test, "unit meta");

View file

@ -451,7 +451,7 @@ namespace test {
/** Register this test class... */
LAUNCHER (TypeTuple_test, "unit common");
LAUNCHER (TypeTuple_test, "unit meta");

View file

@ -76,7 +76,7 @@ namespace test {
/** Register this test class... */
LAUNCHER (TypeListUtil_test, "unit common");
LAUNCHER (TypeListUtil_test, "unit meta");