add testload
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user