Files
dgl/tests/scripts/task_cpp_unit_test.bat
VoVAllen 16af6ebd3b [Test] Add cpp test to CI (#567)
* add cpptest to ci

* try windows

* Update Jenkinsfile

* Update Jenkinsfile

* Update Jenkinsfile

* Update task_cpp_unit_test.bat

* Change localhost to 127.0.0.1

* windows socket gtest

* lint

* Update task_cpp_unit_test.bat

* fix batch script

* export all symbols

* Update Jenkinsfile

* compile once

* try mxnet compact
2019-05-30 11:01:16 -04:00

7 lines
90 B
Batchfile

@ECHO OFF
SETLOCAL EnableDelayedExpansion
PUSHD build
runUnitTests.exe || EXIT /B 1
POPD