mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Merge branch 'master' into tests-for-um3networkplugin
This commit is contained in:
commit
1c5adb5a72
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ include(CMakeParseArguments)
|
||||||
|
|
||||||
find_package(PythonInterp 3.5.0 REQUIRED)
|
find_package(PythonInterp 3.5.0 REQUIRED)
|
||||||
|
|
||||||
|
add_custom_target(test-verbose COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
|
||||||
|
|
||||||
function(cura_add_test)
|
function(cura_add_test)
|
||||||
set(_single_args NAME DIRECTORY PYTHONPATH)
|
set(_single_args NAME DIRECTORY PYTHONPATH)
|
||||||
cmake_parse_arguments("" "" "${_single_args}" "" ${ARGN})
|
cmake_parse_arguments("" "" "${_single_args}" "" ${ARGN})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue