diff options
Diffstat (limited to 'meta-selftest/recipes-test/cpp/cmake-example/run-ptest')
-rw-r--r-- | meta-selftest/recipes-test/cpp/cmake-example/run-ptest | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/cpp/cmake-example/run-ptest b/meta-selftest/recipes-test/cpp/cmake-example/run-ptest new file mode 100644 index 0000000000..94b620a198 --- /dev/null +++ b/meta-selftest/recipes-test/cpp/cmake-example/run-ptest | |||
@@ -0,0 +1,10 @@ | |||
1 | #!/bin/sh | ||
2 | # | ||
3 | # Copyright OpenEmbedded Contributors | ||
4 | # | ||
5 | # SPDX-License-Identifier: MIT | ||
6 | # | ||
7 | |||
8 | test-cmake-example | ||
9 | |||
10 | # Note: run-ptests exits with exit value from test-cmake-example | ||