10 lines
137 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
#!/bin/sh
./libopenmpttest >/dev/null 2>&1
if [ $? -eq 0 ]; then
echo "PASS: libopenmpttest"
else
echo "FAIL: libopenmpttest"
fi