add mocktest

This commit is contained in:
tqchen
2015-02-09 20:46:38 -08:00
parent d2f252f87a
commit 581fe06a9b
4 changed files with 33 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# specify tensor path
BIN = linear.rabit
MOCKBIN=
MOCKBIN= linear.mock
MPIBIN =
# objectives that makes up rabit library
OBJ = linear.o
@@ -11,3 +11,4 @@ CFLAGS+=-fopenmp
linear.o: linear.cc ../../src/*.h linear.h ../solver/*.h
# dependenies here
linear.rabit: linear.o lib
linear.mock: linear.o lib