aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-06 22:14:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-06 22:14:13 +0300
commit99bfab0215ebb3cace39d2137738f0a94c48c0ca (patch)
tree92801046f59088cc7868b583b37f95de9184d8fa /test
parentupdate cmake-common (diff)
downloadaes-tools-99bfab0215ebb3cace39d2137738f0a94c48c0ca.tar.gz
aes-tools-99bfab0215ebb3cace39d2137738f0a94c48c0ca.zip
cmake: slight CMakeLists.txt refactoring
Diffstat (limited to '')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 1445141..c713ca4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,5 @@
find_package(Python3 REQUIRED COMPONENTS Interpreter)
+
add_test(NAME nist COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/nist.py" --path "$<TARGET_FILE_DIR:util_encrypt_block>")
add_test(NAME nist_boxes COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/nist.py" --path "$<TARGET_FILE_DIR:util_encrypt_block>" --boxes)
add_test(NAME cavp COMMAND Python3::Interpreter "${CMAKE_CURRENT_SOURCE_DIR}/cavp.py" --path "$<TARGET_FILE_DIR:util_encrypt_block>")