diff options
author | GustavoLCR <gugulcr@gmail.com> | 2020-05-03 20:21:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 02:21:20 +0300 |
commit | 27bbf37cf016d138c287278272a058950f15e7db (patch) | |
tree | 3dd16126e7dcb7e735343c21d327493be90142db /run_unittests.py | |
parent | 9a6e79dc6887890ffa6f7198032788caa065a959 (diff) | |
download | meson-27bbf37cf016d138c287278272a058950f15e7db.zip meson-27bbf37cf016d138c287278272a058950f15e7db.tar.gz meson-27bbf37cf016d138c287278272a058950f15e7db.tar.bz2 |
Fix incremental debug builds in VS
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index c77c9c0..39191a3 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -5175,7 +5175,7 @@ class WindowsTests(BasePlatformTests): raise raise unittest.SkipTest('pefile module not found') testdir = os.path.join(self.common_test_dir, '6 linkshared') - self.init(testdir) + self.init(testdir, extra_args=['--buildtype=release']) self.build() # Test that binaries have a non-zero checksum env = get_fake_env() |