From fd652f1931b13af67d9ab0c4fc350d825e8bff81 Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 13 Oct 2016 05:08:57 +0200 Subject: [PATCH] UnitTests: Include .hpp in the project --- build/scripts/tools/unittests.lua | 2 ++ build/scripts/tools/unittests_server.lua | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build/scripts/tools/unittests.lua b/build/scripts/tools/unittests.lua index 5dcf6e215..6c44540a3 100644 --- a/build/scripts/tools/unittests.lua +++ b/build/scripts/tools/unittests.lua @@ -14,7 +14,9 @@ TOOL.Includes = { TOOL.Files = { "../tests/main.cpp", + "../tests/Engine/**.hpp", "../tests/Engine/**.cpp", + "../tests/SDK/**.hpp", "../tests/SDK/**.cpp" } diff --git a/build/scripts/tools/unittests_server.lua b/build/scripts/tools/unittests_server.lua index 44efbff84..c94a54d6d 100644 --- a/build/scripts/tools/unittests_server.lua +++ b/build/scripts/tools/unittests_server.lua @@ -15,7 +15,9 @@ TOOL.Includes = { TOOL.Files = { "../tests/main.cpp", + "../tests/Engine/**.hpp", "../tests/Engine/**.cpp", + "../tests/SDK/**.hpp", "../tests/SDK/**.cpp" }