From 1e01a8be0aec4a79c19bedde1474bfdc455355a5 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Sat, 23 Nov 2024 15:29:23 +0800 Subject: [PATCH] fix test --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 6ad8102..2f370b6 100644 --- a/test.py +++ b/test.py @@ -137,8 +137,8 @@ def test_debug_postfix(self): # Ninja Multi-Config self.check_generate('debug_postfix', args='-G "Ninja Multi-Config"') self.check_build('debug_postfix') - self.assertTrue(os.path.exists('build/debug_postfix/libfoo_d.a')) - self.assertTrue(os.path.exists('build/debug_postfix/hello_d')) + self.assertTrue(os.path.exists('build/debug_postfix/Debug/libfoo_d.a')) + self.assertTrue(os.path.exists('build/debug_postfix/Debug/hello_d')) shutil.rmtree('build/debug_postfix') # make