diff options
author | Bastien Bouclet | 2016-07-28 18:23:50 +0200 |
---|---|---|
committer | Bastien Bouclet | 2016-07-28 18:23:50 +0200 |
commit | 8d34d5190db8a7af9a63c802e4f14a3b8a4ee7d1 (patch) | |
tree | bb738672a20fab225f56f1e2e73bd10c574e6536 /test | |
parent | ad3ab61241d5878c9b66f78f3927adb97f5a84e8 (diff) | |
download | scummvm-rg350-8d34d5190db8a7af9a63c802e4f14a3b8a4ee7d1.tar.gz scummvm-rg350-8d34d5190db8a7af9a63c802e4f14a3b8a4ee7d1.tar.bz2 scummvm-rg350-8d34d5190db8a7af9a63c802e4f14a3b8a4ee7d1.zip |
Revert "BUILD: Fix test compilation with event recorder enabled"
This reverts commit 1f8667c5d949070035390531e4f10c0f945d7352.
Diffstat (limited to 'test')
-rw-r--r-- | test/module.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/module.mk b/test/module.mk index e591854ace..11ee6bd200 100644 --- a/test/module.mk +++ b/test/module.mk @@ -26,7 +26,6 @@ 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) |