fixed: compiler error when building tests on Windows

This commit is contained in:
Andrey Prygunkov
2015-07-06 21:49:50 +02:00
parent 547e0e73de
commit ec29f55f53
4 changed files with 12 additions and 0 deletions

1
tests/main/CommandLineParserTest.cpp Normal file → Executable file
View File

@@ -40,6 +40,7 @@
#include "catch.h"
#include "nzbget.h"
#include "CommandLineParser.h"
TEST_CASE("Command line parser: initializing without configuration file", "[CommandLineParser][Quick]")