major cleanup of the test folders CMakeLists.txt

The new code does not rely on globally defined include directories
anymore. Additionally a lot of conditional code and has been removed
which improves readability a lot.
This commit is contained in:
Mario Werner
2016-01-29 16:21:17 +01:00
parent b52d0bd9d4
commit 5e7ab2f4ea
3 changed files with 41 additions and 69 deletions

View File

@@ -410,7 +410,7 @@ struct ArgInfo;
template <> \
struct ArgInfo<Arg::type_code> { \
static Type get(const Arg &arg) { return arg.field; } \
};
}
ARG_INFO(INT, int, int_value);
ARG_INFO(UINT, unsigned, uint_value);