Adding upstream version 3.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
64dbec996d
commit
cfcebb1a7d
569 changed files with 205393 additions and 0 deletions
8
tests/yangre/CMakeLists.txt
Normal file
8
tests/yangre/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
find_program(PATH_TCLSH NAMES tclsh)
|
||||
if(NOT PATH_TCLSH)
|
||||
message(WARNING "'tclsh' not found! The yangre test will not be available.")
|
||||
else()
|
||||
add_test(NAME "yangre" COMMAND "tclsh" "${CMAKE_CURRENT_SOURCE_DIR}/all.tcl")
|
||||
set_property(TEST "yangre" APPEND PROPERTY ENVIRONMENT "TESTS_DIR=${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
set_property(TEST "yangre" APPEND PROPERTY ENVIRONMENT "YANGRE=${PROJECT_BINARY_DIR}")
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue