Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
e8d2ba77
Commit
e8d2ba77
authored
Nov 30, 2015
by
Jan Möbius
Browse files
Enabled python unittests on this branch
parent
e152873d
Pipeline
#180
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
e8d2ba77
...
...
@@ -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
..
CI/ci-mac.sh
View file @
e8d2ba77
...
...
@@ -51,7 +51,7 @@ cd Python-Unittests
rm
-f
openmesh.so
cp
../Build/python/openmesh.so
.
#
python -m unittest discover -v
python
-m
unittest discover
-v
cd
..
cd
..
...
...
@@ -92,4 +92,4 @@ cd Python-Unittests
rm
-f
openmesh.so
cp
../Build/python/openmesh.so
.
#
python -m unittest discover -v
python
-m
unittest discover
-v
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment