File: official

package info (click to toggle)
mpdecimal 4.0.1-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,232 kB
  • sloc: ansic: 17,917; cpp: 6,508; sh: 4,236; makefile: 621; lisp: 502; python: 85; asm: 18
file content (12 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

rm -rf tests/testdata
mkdir -p tests/testdata
cp tests/testdata_dist/* tests/testdata

curl -sSL -o /tmp/dectest.zip https://speleotrove.com/decimal/dectest.zip
unzip -qq -d tests/testdata /tmp/dectest.zip

make -C tests runtest_shared
(cd tests && ./runtest_shared official.decTest)
(cd tests && ./runtest_shared additional.decTest)