Add make commands for tests
This adds the make commands required to build and run tests.
This commit is contained in:
@@ -47,6 +47,10 @@ LIB_RABIT = librabit.a
|
||||
# path to libjvm.so
|
||||
LIBJVM=$(JAVA_HOME)/jre/lib/amd64/server
|
||||
|
||||
# path to gtest library (only used when $BUILD_TEST=1)
|
||||
# there should be an include path in $GTEST_PATH/include and library in $GTEST_PATH/lib
|
||||
GTEST_PATH =
|
||||
|
||||
# List of additional plugins, checkout plugin folder.
|
||||
# uncomment the following lines to include these plugins
|
||||
# you can also add your own plugin like this
|
||||
|
||||
Reference in New Issue
Block a user