We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792563 commit e6882c4Copy full SHA for e6882c4
‎tests/switchboard.cpp‎
@@ -2,10 +2,10 @@
2
#include <catch2/catch_test_macros.hpp>
3
#include <ut/switchboard/switchboard.hpp>
4
5
-TEST_CASE("Switch board smoke test", "[switchboard]") {
6
- using namespace ut::sw;
7
- ArgumentParser parser;
8
- parser //
9
- .addArg('o', Metavar("OUT"), Help("Output path"))
10
- .addFlag('f', "--force", Help("Force some behaviour"));
11
-}
+// TEST_CASE("Switch board smoke test", "[switchboard]") {
+// using namespace ut::sw;
+// ArgumentParser parser;
+// parser //
+// .addArg('o', Metavar("OUT"), Help("Output path"))
+// .addFlag('f', "--force", Help("Force some behaviour"));
+// }
0 commit comments