aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-03-02 20:25:22 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-03-04 05:51:56 -0500
commitb3aaab3a038f9139f5735d590b5036c25fd033a0 (patch)
tree30aab8037a60107cc2a270fb07f1af225ead3f80 /run_unittests.py
parenta795ea3cd46fbde40a1cad3531ab4bf6dbe0d3db (diff)
downloadmeson-b3aaab3a038f9139f5735d590b5036c25fd033a0.zip
meson-b3aaab3a038f9139f5735d590b5036c25fd033a0.tar.gz
meson-b3aaab3a038f9139f5735d590b5036c25fd033a0.tar.bz2
Have all compiler invocations in compdb. Closes #1439.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index f800d03..82c1b80 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -951,6 +951,8 @@ class LinuxlikeTests(BasePlatformTests):
for each in compdb:
if each['file'].endswith('GLib.Thread.c'):
vala_command = each['command']
+ elif each['file'].endswith('GLib.Thread.vala'):
+ continue
elif each['file'].endswith('retcode.c'):
c_command = each['command']
else: