File: README.txt

package info (click to toggle)
mpdecimal 4.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: ansic: 17,917; cpp: 6,508; sh: 4,236; makefile: 621; lisp: 502; python: 85; asm: 18
file content (27 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27


Download official tests and add the tests to the testdata directory:
====================================================================

# Unix: If wget is installed, just execute `make check` from
# the top level directory.

# Windows: See vcbuild directory.


#
# If gettests.sh or gettests.bat fails:
#
#   mkdir testdata && cp testdata_dist/* testdata
#
# Get http://speleotrove.com/decimal/dectest.zip and extract the archive
# so that the directory structure is testdata/*.decTest.
#
# Change into the top level directory, build the library, change back
# to the test directory, run:
#
#   make && ./runshort.sh
#