MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / platformWin32A

Method platformWin32A

test/testcmdlineparser.cpp:1826–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1824 }
1825
1826 void platformWin32A() {
1827 REDIRECT;
1828 const char * const argv[] = {"cppcheck", "--platform=win32A", "file.cpp"};
1829 ASSERT(settings->platform.set(Platform::Type::Unspecified));
1830 ASSERT_EQUALS_ENUM(CmdLineParser::Result::Success, parseFromArgs(argv));
1831 ASSERT_EQUALS(Platform::Type::Win32A, settings->platform.type);
1832 }
1833
1834 void platformWin32W() {
1835 REDIRECT;

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected