diff options
Diffstat (limited to 'recipes-bsp/libimxdmabuffer/files/run-ptest')
| -rw-r--r-- | recipes-bsp/libimxdmabuffer/files/run-ptest | 10 |
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 | |||
| 5 | if [ $? -eq 0 ]; then | ||
| 6 | echo "PASS: test-alloc" | ||
| 7 | else | ||
| 8 | echo "FAIL: test-alloc" | ||
| 9 | fi | ||
| 10 | |||
