File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install:
24
24
- conda info -a
25
25
- conda install cmake -c conda-forge
26
26
- cmake -G "NMake Makefiles" -D BUILD_TESTS=1 -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -D CMAKE_BUILD_TYPE=Release .
27
- - nmake gtest
27
+ - nmake gcem_tests
28
28
- cd tests
29
29
30
30
build_script :
@@ -53,4 +53,3 @@ build_script:
53
53
- .\sqrt.test
54
54
- .\tan.test
55
55
- .\tanh.test
56
- - ls -al
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ mkdir build
93
93
94
94
cd build
95
95
cmake ../ -DBUILD_TESTS=1 -DCMAKE_INSTALL_PREFIX=/gcem/install/location
96
- make gtest
96
+ make gcem_tests
97
97
98
98
cd tests
99
99
./exp.test
Original file line number Diff line number Diff line change @@ -96,6 +96,6 @@ foreach( file_ ${GCEM_TESTS} )
96
96
list (APPEND GCEM_TESTS_EX ${testname} )
97
97
endforeach ()
98
98
99
- add_custom_target (gtest DEPENDS ${GCEM_TESTS_EX} )
99
+ add_custom_target (gcem_tests DEPENDS ${GCEM_TESTS_EX} )
100
100
101
101
#
You can’t perform that action at this time.
0 commit comments