aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-11-06 13:44:55 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-11-06 13:44:55 +0800
commit19eb6ce3b31e89d0bae7e2c23a6a64357728bcde (patch)
treef32b6de9f1e9b47da2e2e758d86bef7616f6580f
parent4b2cd555743d63034faab9732757857e3122a1be (diff)
downloaddexon-mcl-19eb6ce3b31e89d0bae7e2c23a6a64357728bcde.tar.gz
dexon-mcl-19eb6ce3b31e89d0bae7e2c23a6a64357728bcde.tar.zst
dexon-mcl-19eb6ce3b31e89d0bae7e2c23a6a64357728bcde.zip
fix dependency of Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8fbd7e..b31fe1b 100644
--- a/Makefile
+++ b/Makefile
@@ -269,7 +269,7 @@ SAMPLE_EXE=$(addprefix $(EXE_DIR)/,$(addsuffix .exe,$(basename $(SAMPLE_SRC))))
sample: $(SAMPLE_EXE) $(MCL_LIB)
TEST_EXE=$(addprefix $(EXE_DIR)/,$(TEST_SRC:.cpp=.exe))
-test_ci:
+test_ci: $(TEST_EXE)
@sh -ec 'for i in $(TEST_EXE); do echo $$i; $$i; done'
test: $(TEST_EXE)
@echo test $(TEST_EXE)