before test quantile

This commit is contained in:
tqchen
2014-11-09 18:03:36 -08:00
parent 0e6b899d07
commit 7c1ec78a01
2 changed files with 202 additions and 106 deletions

View File

@@ -11,13 +11,14 @@ else
endif
# specify tensor path
BIN = test_group_data
BIN = test_group_data test_quantile
.PHONY: clean all
all: $(BIN) $(MPIBIN)
test_group_data: test_group_data.cpp
test_group_data: test_group_data.cpp ../src/utils/*.h
test_quantile: test_quantile.cpp ../src/utils/*.h
$(BIN) :
$(CXX) $(CFLAGS) $(LDFLAGS) -o $@ $(filter %.cpp %.o %.c, $^)