Sign in
◑
Theme
mingw
/
mingw-w64
/
e656c9d9fde4205be6e2e3e950c40f2df88cd143
/
.
/
mingw-w64-crt
/
math
/
DFP
/
mpdecimal
/
tests
/
runshort.sh
blob: 44e68f6aafda7a655b87e66a340ad40178d6ad5a [
file
]
#!/bin/sh
./
gettests
.
sh
||
exit
1
echo
""
printf
"Running official tests ... "
if
./
runtest official
.
decTest
then
printf
"PASS\n"
fi
printf
"Running additional tests ... "
if
./
runtest additional
.
decTest
then
printf
"PASS\n"
fi
echo
""