Explorar el Código

add python setup.py dev install test

Konstantin Ladutenko hace 2 años
padre
commit
f1e5ffc9c5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -116,3 +116,5 @@ endforeach ()
 
 enable_testing()
 add_subdirectory(tests)
+add_test(NAME BuildPythonSetupPyAndDevelopmentInstall
+   COMMAND ${Python_EXECUTABLE} -m pip install --user -e .)