diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-02 00:41:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-03 20:16:17 +0100 |
| commit | 81f2aee77e00dd46754f50d91c1e4a9e94441615 (patch) | |
| tree | c22a1e6b2fafd36c73c83e6115c69a24c3701c09 /test/wscript | |
| parent | c6e7290c176e91bf1b251ff3430ded63a8ca91db (diff) | |
Add basic unit test for the disk writer code.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 4 |
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 |
