Skip to content

Commit

Permalink
add positional argument for new execute flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Nov 27, 2024
1 parent 0994770 commit 894d988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/tests/compilation/test_fre_make_run_fremake.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
@pytest.mark.skip(reason='failing: fix in development, see PR 275')
def test_fre_make_run_fremake_null_model_serial_compile():
''' run fre make with run-fremake subcommand and build the null model experiment with gnu'''
run_fremake_script.fremake_run(YAMLFILE, PLATFORM, TARGET, False, 1, False, False)
run_fremake_script.fremake_run(YAMLFILE, PLATFORM, TARGET, False, 1, False, False, False)
assert Path(f"{HOME_DIR}/fremake_canopy/test/{EXPERIMENT}/{PLATFORM[0]}-{TARGET[0]}/exec/{EXPERIMENT}.x").exists()

0 comments on commit 894d988

Please sign in to comment.