diff --git a/fre/make/tests/test_create_compile.py b/fre/make/tests/test_create_compile.py index 929e518b..3224ea72 100644 --- a/fre/make/tests/test_create_compile.py +++ b/fre/make/tests/test_create_compile.py @@ -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()