Skip to content

Commit

Permalink
update tests/run_different_generation_modes_comparison.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Apr 2, 2024
1 parent fff05f6 commit 35ca2fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/run_different_generation_modes_comparison.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
rm -r build/examples/cpp
/usr/bin/cmake --build "$(pwd)/build" --config Debug --target cpp_examples_generate_tbl --
rm -r build/1
rm -r build/2
/usr/bin/cmake --build "$(pwd)/build" --config Debug --target cpp_examples_generate_tbl_no_check --
/usr/bin/cmake --build "$(pwd)/build" --config Debug --target cpp_examples_generate_crct --
bash tests/copy_assigner_outputs.sh build/1
/usr/bin/cmake --build "$(pwd)/build" --config Debug --target cpp_examples_generate_both --
/usr/bin/cmake --build "$(pwd)/build" --config Debug --target cpp_examples_generate_both_no_check --
bash tests/copy_assigner_outputs.sh build/2

bash tests/compare_folders_content.sh build/1 build/2

0 comments on commit 35ca2fb

Please sign in to comment.