aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-23 10:40:20 +0200
committerEugene Sandulenko2016-05-23 16:36:26 +0200
commit1f8667c5d949070035390531e4f10c0f945d7352 (patch)
tree5785f25c24fa319077d394b8e1142f297a7b8641 /test
parenta32c53f936f8b3fbf90d016d3c07de62c96798b1 (diff)
downloadscummvm-rg350-1f8667c5d949070035390531e4f10c0f945d7352.tar.gz
scummvm-rg350-1f8667c5d949070035390531e4f10c0f945d7352.tar.bz2
scummvm-rg350-1f8667c5d949070035390531e4f10c0f945d7352.zip
BUILD: Fix test compilation with event recorder enabled
Diffstat (limited to 'test')
-rw-r--r--test/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/module.mk b/test/module.mk
index 11ee6bd200..e591854ace 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -26,6 +26,7 @@ endif
#TEST_LDFLAGS += -L/usr/X11R6/lib -lX11
+test: CXXFLAGS += -DCOMPILING_TESTS=1
test: test/runner
./test/runner
test/runner: test/runner.cpp $(TEST_LIBS)