From 9e5c0c3b91f7903c7cb97368d90a9171ea63d52c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Mar 2021 20:34:15 +0300 Subject: add CTest tests --- test/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/CMakeLists.txt (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..7156ac8 --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,6 @@ +find_package(Python3 REQUIRED COMPONENTS Interpreter) +add_test(NAME nist COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/nist.py" --path "$") +add_test(NAME nist_boxes COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/nist.py" --path "$" --boxes) +add_test(NAME cavp COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/cavp.py" --path "$") +add_test(NAME cavp_boxes COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/cavp.py" --path "$" --boxes) +add_test(NAME file COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/file.py" --path "$") -- cgit v1.2.3