summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/numactl/numactl/run-ptest
blob: 215f7c25b99956d1bcaf81fc2270def25ae21ea6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
make regress1
make regress2
if  numademo -t -e 10M; then
	echo "PASS: numademo"
else
	echo "FAIL: numademo"
fi