MITSUNARI Shigeo 8 years ago
parent 4fd7ccbc68
commit e8d2804e83
  1. 2
      .travis.yml
  2. 2
      Makefile

@ -10,5 +10,5 @@ script:
- git clone https://github.com/herumi/xbyak.git
- git clone https://github.com/herumi/mcl.git
- cd mcl
- make -d test
- make test

@ -3,7 +3,7 @@ LIB_DIR=lib
OBJ_DIR=obj
EXE_DIR=bin
SRC_SRC=fp.cpp
TEST_SRC=fp_test.cpp ec_test.cpp fp_util_test.cpp window_method_test.cpp elgamal_test.cpp fp_tower_test.cpp gmp_test.cpp bn_test.cpp bn256_test.cpp
TEST_SRC=fp_test.cpp ec_test.cpp fp_util_test.cpp window_method_test.cpp elgamal_test.cpp fp_tower_test.cpp gmp_test.cpp bn_test.cpp #bn256_test.cpp
ifeq ($(CPU),x86-64)
MCL_USE_XBYAK?=1
TEST_SRC+=mont_fp_test.cpp sq_test.cpp

Loading…
Cancel
Save