added my Recipes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
./libopenmpttest >/dev/null 2>&1
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS: libopenmpttest"
|
||||
else
|
||||
echo "FAIL: libopenmpttest"
|
||||
fi
|
||||
Reference in New Issue
Block a user