Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zchrissirhcz committed Nov 23, 2024
1 parent 53a4352 commit 1e01a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e01a8b

Please sign in to comment.