summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale/recipes-bsp/libimxdmabuffer/files/run-ptest
blob: 09f69a8de2f6d38c6a5d9c7c93ab5e1795c7b46d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

./test-alloc >/dev/null 2>&1

if [ $? -eq 0 ]; then
   echo "PASS: test-alloc"
else
   echo "FAIL: test-alloc"
fi