diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-07 12:41:48 +0530 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-07 12:41:48 +0530 |
| commit | 6bcc26d094970ebbac48a5091dac7d58dbea2855 (patch) | |
| tree | b5bfd0d2b6b35f2530252e0a9b76d6f946fb7952 /recipes-core/dnn/files/run-ptest | |
| parent | 2db3f5c173b8e699173356fa0859cf06acd29555 (diff) | |
| download | meta-intel-6bcc26d094970ebbac48a5091dac7d58dbea2855.tar.gz | |
Revert "Support whinlatter only"
This reverts commit 36e44b684cc74e5d3112f7e430e8ef563d69ee92.
Diffstat (limited to 'recipes-core/dnn/files/run-ptest')
| -rwxr-xr-x | recipes-core/dnn/files/run-ptest | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-core/dnn/files/run-ptest b/recipes-core/dnn/files/run-ptest deleted file mode 100755 index 82d4df58..00000000 --- a/recipes-core/dnn/files/run-ptest +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | cd tests | ||
| 4 | ./api-c | ||
| 5 | if [ $? -eq 0 ]; then | ||
| 6 | echo 'PASS: api-c' | ||
| 7 | else | ||
| 8 | echo 'FAIL: api-c' | ||
| 9 | fi | ||
| 10 | ./test_c_symbols-c | ||
| 11 | if [ $? -eq 0 ]; then | ||
| 12 | echo 'PASS: test_c_symbols-c' | ||
| 13 | else | ||
| 14 | echo 'FAIL: test_c_symbols-c' | ||
| 15 | fi | ||
