summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libee/libee/ezapi1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libee/libee/ezapi1.sh')
-rwxr-xr-xmeta-oe/recipes-support/libee/libee/ezapi1.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libee/libee/ezapi1.sh b/meta-oe/recipes-support/libee/libee/ezapi1.sh
new file mode 100755
index 000000000..e9db5e614
--- /dev/null
+++ b/meta-oe/recipes-support/libee/libee/ezapi1.sh
@@ -0,0 +1,14 @@
1#!/bin/sh
2#
3echo ---------------------------------------------------------------------------
4echo A very basic test for the event class
5echo ---------------------------------------------------------------------------
6rm -f infile
7./genfile 100 > infile
8./ezapi1 -iinfile
9if [ $? -ne 0 ] ; then
10 echo "FAIL: $0"
11 exit 1
12fi
13echo "PASS: $0"
14rm -f infile