-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tests/run_different_generation_modes_comparison.sh
- Loading branch information
1 parent
fff05f6
commit 35ca2fb
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |