summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py
index 778d581..b680a8c 100755
--- a/configure.py
+++ b/configure.py
@@ -172,9 +172,9 @@ else:
test_libs = libs + ['-lgtest_main', '-lgtest']
objs = []
-for name in ['build_test', 'build_log_test', 'graph_test', 'ninja_test',
- 'parsers_test', 'subprocess_test', 'util_test', 'clean_test',
- 'test']:
+for name in ['build_test', 'build_log_test', 'disk_interface_test',
+ 'graph_test', 'ninja_test', 'parsers_test', 'subprocess_test',
+ 'util_test', 'clean_test', 'test']:
objs += cxx(name, variables=[('cflags', test_cflags)])
if platform != 'mingw':