diff options
Diffstat (limited to 'meta-offline-voice-agent/recipes-devtools/recipes-intel/onednn/run-ptest')
-rwxr-xr-x | meta-offline-voice-agent/recipes-devtools/recipes-intel/onednn/run-ptest | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-offline-voice-agent/recipes-devtools/recipes-intel/onednn/run-ptest b/meta-offline-voice-agent/recipes-devtools/recipes-intel/onednn/run-ptest deleted file mode 100755 index 82d4df58..00000000 --- a/meta-offline-voice-agent/recipes-devtools/recipes-intel/onednn/run-ptest +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -cd tests -./api-c -if [ $? -eq 0 ]; then - echo 'PASS: api-c' -else - echo 'FAIL: api-c' -fi -./test_c_symbols-c -if [ $? -eq 0 ]; then - echo 'PASS: test_c_symbols-c' -else - echo 'FAIL: test_c_symbols-c' -fi |