aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/config/commandlineoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenutil/config/commandlineoptions.cpp')
-rw-r--r--src/zenutil/config/commandlineoptions.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenutil/config/commandlineoptions.cpp b/src/zenutil/config/commandlineoptions.cpp
index 84c718ecc..2344354b3 100644
--- a/src/zenutil/config/commandlineoptions.cpp
+++ b/src/zenutil/config/commandlineoptions.cpp
@@ -194,6 +194,8 @@ commandlineoptions_forcelink()
{
}
+TEST_SUITE_BEGIN("util.commandlineoptions");
+
TEST_CASE("CommandLine")
{
std::vector<std::string> v1 = ParseCommandLine("c:\\my\\exe.exe \"quoted arg\" \"one\",two,\"three\\\"");
@@ -235,5 +237,7 @@ TEST_CASE("CommandLine")
CHECK_EQ(v3Stripped[5], std::string("--build-part-name=win64"));
}
+TEST_SUITE_END();
+
#endif
} // namespace zen