summaryrefslogtreecommitdiffstats
path: root/libtommath/makefile_include.mk
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 20:14:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 20:14:58 (GMT)
commit587746fd340f7935c895234785d43d0a9752d62f (patch)
tree69028ff1b9c805dcba8e515177f3003c94291c84 /libtommath/makefile_include.mk
parent0ff0a94010dcb27842e2f78515d4cfd9ae70ed26 (diff)
downloadtcl-587746fd340f7935c895234785d43d0a9752d62f.zip
tcl-587746fd340f7935c895234785d43d0a9752d62f.tar.gz
tcl-587746fd340f7935c895234785d43d0a9752d62f.tar.bz2
libtommath -> version 1.2.1
Diffstat (limited to 'libtommath/makefile_include.mk')
-rw-r--r--libtommath/makefile_include.mk14
1 files changed, 5 insertions, 9 deletions
diff --git a/libtommath/makefile_include.mk b/libtommath/makefile_include.mk
index 452d37d..71f04dd 100644
--- a/libtommath/makefile_include.mk
+++ b/libtommath/makefile_include.mk
@@ -3,9 +3,9 @@
#
#version of library
-VERSION=1.2.0
-VERSION_PC=1.2.0
-VERSION_SO=3:0:2
+VERSION=1.2.1
+VERSION_PC=1.2.1
+VERSION_SO=3:1:2
PLATFORM := $(shell uname | sed -e 's/_.*//')
@@ -116,10 +116,10 @@ endif
# adjust coverage set
ifneq ($(filter $(_ARCH), i386 i686 x86_64 amd64 ia64),)
- COVERAGE = test timing
+ COVERAGE = test_standalone timing
COVERAGE_APP = ./test && ./timing
else
- COVERAGE = test
+ COVERAGE = test_standalone
COVERAGE_APP = ./test
endif
@@ -135,10 +135,6 @@ LIBPATH ?= $(PREFIX)/lib
INCPATH ?= $(PREFIX)/include
DATAPATH ?= $(PREFIX)/share/doc/libtommath/pdf
-# build & run test-suite
-check: test
- ./test
-
#make the code coverage of the library
#
coverage: LTM_CFLAGS += -fprofile-arcs -ftest-coverage -DTIMING_NO_LOGS