add testload
This commit is contained in:
parent
6f7783e4f6
commit
faba1dca6c
@ -5,7 +5,7 @@ else
|
|||||||
endif
|
endif
|
||||||
include $(config)
|
include $(config)
|
||||||
|
|
||||||
BIN = linear.rabit
|
BIN = linear.rabit test.rabit
|
||||||
MOCKBIN= linear.mock
|
MOCKBIN= linear.mock
|
||||||
MPIBIN =
|
MPIBIN =
|
||||||
# objectives that makes up rabit library
|
# objectives that makes up rabit library
|
||||||
@ -18,3 +18,4 @@ linear.o: linear.cc ../../src/*.h linear.h ../solver/*.h
|
|||||||
# dependenies here
|
# dependenies here
|
||||||
linear.rabit: linear.o lib
|
linear.rabit: linear.o lib
|
||||||
linear.mock: linear.o lib
|
linear.mock: linear.o lib
|
||||||
|
test.rabit: test_load.cc lib
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user