aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/numactl/numactl/run-ptest
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-11-05 15:47:12 +0100
committerKhem Raj <raj.khem@gmail.com>2020-11-05 09:00:37 -0800
commitb9dcf17700014dec679307dc1247882dccd439ca (patch)
tree5440cbdf6ae5bd9a202fd397bdf36dcc8d1e3726 /meta-oe/recipes-support/numactl/numactl/run-ptest
parentec9065c822c0befa33425561ed646c1e734296fa (diff)
downloadmeta-openembedded-contrib-b9dcf17700014dec679307dc1247882dccd439ca.tar.gz
Revert "numactl: Remove the recipe"
This reverts commit e5d9133800f5c37172a6315d42a99464f9fe1902. It exists in oe-core/master, but not in oe-core/gatesgarth, so this shouldn't be included in meta-oe/gatesgarth. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/numactl/numactl/run-ptest')
-rwxr-xr-xmeta-oe/recipes-support/numactl/numactl/run-ptest9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl/run-ptest b/meta-oe/recipes-support/numactl/numactl/run-ptest
new file mode 100755
index 0000000000..215f7c25b9
--- /dev/null
+++ b/meta-oe/recipes-support/numactl/numactl/run-ptest
@@ -0,0 +1,9 @@
+#!/bin/sh
+make regress1
+make regress2
+if numademo -t -e 10M; then
+ echo "PASS: numademo"
+else
+ echo "FAIL: numademo"
+fi
+