aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-04-19 15:58:48 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-04-19 15:58:48 +0800
commit571de920b6e8abd171da9af9e73595b6cbe1e4a6 (patch)
tree05ec63f21ed1f58ea28a4638ef235f98643afdaf /Makefile
parent7bd601d26ff3f197d01285aa95eff83be010ea6d (diff)
downloaddexon-mcl-571de920b6e8abd171da9af9e73595b6cbe1e4a6.tar.gz
dexon-mcl-571de920b6e8abd171da9af9e73595b6cbe1e4a6.tar.zst
dexon-mcl-571de920b6e8abd171da9af9e73595b6cbe1e4a6.zip
add gmp_test.cpp to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 314b950..74d1d4b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ 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
+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
ifeq ($(CPU),x86-64)
TEST_SRC+=fp_generator_test.cpp mont_fp_test.cpp
endif