Skip to content

Commit

Permalink
#224 See where test is running
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Dec 26, 2024
1 parent c94f5d9 commit 71be40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/tests/test_create_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_compile_creation():

# Create the compile script
create_compile_script.compile_create(yamlfile_path, PLATFORM, TARGET, 4, 1, False, False)

print(os.getcwd())
# Check for creation of compile script
assert Path(f"{OUT}/fremake_canopy/test/null_model_full/{plat}-{targ}/exec/compile.sh").exists()

Expand Down

0 comments on commit 71be40a

Please sign in to comment.