Skip to content

Commit

Permalink
#224 Fix assertion for multi-target output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Dec 23, 2024
1 parent 6945dbb commit 50c0e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fre/make/tests/test_create_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ def test_multi_target():
# Create the compile script
create_compile_script.compile_create(yamlfile_path, PLATFORM, MULTI_TARGET, 4, 1, False, False)

for t in MULTI_TARGET:
assert Path(f"{OUT}/fremake_canopy/test/null_model_full/{PLATFORM[0]}-{t}/exec/compile.sh").exists()
assert [Path(f"{OUT}/fremake_canopy/test/null_model_full/{PLATFORM[0]}-{MULTI-TARGET[0]}/exec/compile.sh").exists(),
Path(f"{OUT}/fremake_canopy/test/null_model_full/{PLATFORM[0]}-{MULTI-TARGET[1]}/exec/compile.sh").exists()]

0 comments on commit 50c0e9e

Please sign in to comment.