Преглед изворни кода

add python setup.py dev install test

Konstantin Ladutenko пре 2 година
родитељ
комит
f1e5ffc9c5
1 измењених фајлова са 2 додато и 0 уклоњено
  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 .)