Skip to content

Commit

Permalink
fix(framework): remove codegen call from python framework
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Costa <[email protected]>
  • Loading branch information
Diogo21Costa authored and miguelafsilva5 committed May 28, 2024
1 parent aebeab8 commit 1dc2bd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,6 @@ def move_results_to_output():
cons.RESET_COLOR)
sys.exit(-1)

print(cons.BLUE_TEXT +
"Creating tests source file..." +
cons.RESET_COLOR)

bao_test_src = args.bao_test_src_path
tests_src = args.tests_src_path
RUN_CMD = "python3 codegen.py -dir " + tests_src + " "
RUN_CMD += "-o " + bao_test_src + "/testf_entry.c"
os.system(RUN_CMD)

print(cons.BLUE_TEXT + "Running nix build..." + cons.RESET_COLOR)

Expand Down

0 comments on commit 1dc2bd8

Please sign in to comment.