summaryrefslogtreecommitdiff
path: root/src/python/doc/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/doc/installation.rst')
-rw-r--r--src/python/doc/installation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 50a697c7..14000ecf 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -99,9 +99,16 @@ following `Ctest <https://cmake.org/cmake/help/latest/manual/ctest.1.html>`_
export PYTHONPATH='$PYTHONPATH:/path-to-gudhi/build/python'
ctest
+<<<<<<< HEAD
.. note::
One can use :code:`ctest` specific options in the python directory:
+=======
+`make test` is using
+`Ctest <https://cmake.org/cmake/help/latest/manual/ctest.1.html>`_ (CMake test
+driver program). If some of the tests are failing, please send us the result of
+the following command:
+>>>>>>> a1b6e5a034bc698b02d3c93e1707cab5622eaea6
.. code-block:: bash