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
#
|