summaryrefslogtreecommitdiff
path: root/maximus/functioncall
diff options
context:
space:
mode:
Diffstat (limited to 'maximus/functioncall')
-rw-r--r--maximus/functioncall/Module4
1 files changed, 4 insertions, 0 deletions
diff --git a/maximus/functioncall/Module b/maximus/functioncall/Module
index 3519101a56..04a85526a0 100644
--- a/maximus/functioncall/Module
+++ b/maximus/functioncall/Module
@@ -1 +1,5 @@
SOURCES := FunctionCallManager.cpp FunctionSciMsg.cpp FunctionCallParameter.cpp
+ifdef UNITTEST
+SOURCES += FunctionCallManagerTest.cpp FunctionSciMsgTest.cpp IFunctionCallTest.cpp
+endif
+HOST_INCLUDES += maximus/functioncall/inc