summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index 9037b6227..cf0e8e6e3 100644
--- a/test/wscript
+++ b/test/wscript
@@ -138,6 +138,10 @@ def build(bld):
zipper_test.cc
"""
+ if bld.env.TARGET_LINUX and bld.env.ENABLE_DISK:
+ obj.source += " disk_writer_test.cc"
+ obj.uselib += "LWEXT4 NANOMSG "
+
# Some difference in font rendering between the test machine and others...
# burnt_subtitle_test.cc
# This one doesn't check anything