From c7b481bb530f2632c05e58b779bf2c6ca0e4a8a2 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 23 Apr 2017 22:01:50 +0900 Subject: add GetCurveOrder/GetFieldOrder to Go --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e2e216..1dd0b76 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,8 @@ test: $(TEST_EXE) @grep -v "ng=0, exception=0" result.txt; if [ $$? -eq 1 ]; then echo "all unit tests succeed"; else exit 1; fi run_go: go/bls/bls.go go/bls/bls_test.go $(BLS_LIB) $(BLS_IF_LIB) - cd go/bls && go test -tags $(GO_TAG) -v . + cd go/bls && go test -tags $(GO_TAG) . +# cd go/bls && go test -tags $(GO_TAG) -v . clean: $(RM) $(BLS_LIB) $(OBJ_DIR)/*.d $(OBJ_DIR)/*.o $(EXE_DIR)/*.exe $(GEN_EXE) $(ASM_SRC) $(ASM_OBJ) $(LIB_OBJ) $(LLVM_SRC) $(BLS_IF_LIB) -- cgit v1.2.3