summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-support/libevent/libevent/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-support/libevent/libevent/run-ptest')
-rw-r--r--yocto-poky/meta/recipes-support/libevent/libevent/run-ptest18
1 files changed, 0 insertions, 18 deletions
diff --git a/yocto-poky/meta/recipes-support/libevent/libevent/run-ptest b/yocto-poky/meta/recipes-support/libevent/libevent/run-ptest
deleted file mode 100644
index d521688e7..000000000
--- a/yocto-poky/meta/recipes-support/libevent/libevent/run-ptest
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-fail=0
-for test in ./test/*
-do
- $test
- if [ $? -eq 0 ]
- then
- fail=1
- fi
-done
-
-if [ $fail -eq 0 ]
-then
- echo "PASS: libevent"
-else
- echo "FAIL: libevent"
-fi
OpenPOWER on IntegriCloud