summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/libimxdmabuffer/files/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/libimxdmabuffer/files/run-ptest')
-rw-r--r--recipes-bsp/libimxdmabuffer/files/run-ptest10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bsp/libimxdmabuffer/files/run-ptest b/recipes-bsp/libimxdmabuffer/files/run-ptest
new file mode 100644
index 000000000..09f69a8de
--- /dev/null
+++ b/recipes-bsp/libimxdmabuffer/files/run-ptest
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3./test-alloc >/dev/null 2>&1
4
5if [ $? -eq 0 ]; then
6 echo "PASS: test-alloc"
7else
8 echo "FAIL: test-alloc"
9fi
10