Branch with enabled unittests for python
This commit is contained in:
@@ -58,7 +58,7 @@ cd ..
|
||||
|
||||
# Execute Python unittests
|
||||
cd Python-Unittests
|
||||
#python -m unittest discover -v
|
||||
python -m unittest discover -v
|
||||
|
||||
cd ..
|
||||
cd ..
|
||||
@@ -76,6 +76,9 @@ cd build-debug-$BUILDPATH
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DOPENMESH_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=ON $OPTIONS ../
|
||||
|
||||
#build it
|
||||
make
|
||||
|
||||
#build the unit tests
|
||||
make unittests
|
||||
|
||||
@@ -89,4 +92,12 @@ cd Unittests
|
||||
# Run the unittests
|
||||
./unittests --gtest_color=yes --gtest_output=xml
|
||||
|
||||
cd ..
|
||||
|
||||
# Execute Python unittests
|
||||
cd Python-Unittests
|
||||
python -m unittest discover -v
|
||||
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user