This PR splits test_examples.sh to multiple files so that each example script has a corresponding test script. This change allows executing tests for a single example script separately and avoiding unnecessary conflicts due to modifying test_examples.sh at the same time.
This PR splits
test_examples.sh
to multiple files so that each example script has a corresponding test script. This change allows executing tests for a single example script separately and avoiding unnecessary conflicts due to modifyingtest_examples.sh
at the same time.