| 1832 | } |
| 1833 | |
| 1834 | void platformWin32W() { |
| 1835 | REDIRECT; |
| 1836 | const char * const argv[] = {"cppcheck", "--platform=win32W", "file.cpp"}; |
| 1837 | ASSERT(settings->platform.set(Platform::Type::Unspecified)); |
| 1838 | ASSERT_EQUALS_ENUM(CmdLineParser::Result::Success, parseFromArgs(argv)); |
| 1839 | ASSERT_EQUALS(Platform::Type::Win32W, settings->platform.type); |
| 1840 | } |
| 1841 | |
| 1842 | void platformUnix32() { |
| 1843 | REDIRECT; |