summaryrefslogtreecommitdiffstats
path: root/recipes-core/dnn/files/run-ptest
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-07 12:41:48 +0530
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-07 12:41:48 +0530
commit6bcc26d094970ebbac48a5091dac7d58dbea2855 (patch)
treeb5bfd0d2b6b35f2530252e0a9b76d6f946fb7952 /recipes-core/dnn/files/run-ptest
parent2db3f5c173b8e699173356fa0859cf06acd29555 (diff)
downloadmeta-intel-6bcc26d094970ebbac48a5091dac7d58dbea2855.tar.gz
Revert "Support whinlatter only"
This reverts commit 36e44b684cc74e5d3112f7e430e8ef563d69ee92.
Diffstat (limited to 'recipes-core/dnn/files/run-ptest')
-rwxr-xr-xrecipes-core/dnn/files/run-ptest15
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
3cd tests
4./api-c
5if [ $? -eq 0 ]; then
6 echo 'PASS: api-c'
7else
8 echo 'FAIL: api-c'
9fi
10./test_c_symbols-c
11if [ $? -eq 0 ]; then
12 echo 'PASS: test_c_symbols-c'
13else
14 echo 'FAIL: test_c_symbols-c'
15fi