UnitTest: redesing to avoid #include ".cpp" in Xcode
Each unit test .cpp file is not a separate compilation unit in Xcode project like it is in Visual Studio. Hopefully, Visual Studio test tool still likes this arrangement. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -4,17 +4,6 @@
|
||||
*/
|
||||
|
||||
#include "pch.hpp"
|
||||
#include "hash.cpp"
|
||||
#include "math.cpp"
|
||||
#include "pool.cpp"
|
||||
#include "parser.cpp"
|
||||
#include "ring.cpp"
|
||||
#include "sgml.cpp"
|
||||
#include "stream.cpp"
|
||||
#include "string.cpp"
|
||||
#include "unicode.cpp"
|
||||
#include "watchdog.cpp"
|
||||
#include "zlib.cpp"
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, const char * argv[])
|
||||
|
||||
Reference in New Issue
Block a user