commit | 5902be9409413e63a2f4521469c3f0ad79b1831d | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Mar 25 21:25:14 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Apr 01 17:23:00 2021 +0200 |
tree | e57471c381dd1d713dec972537948de3e6040a60 | |
parent | 968d7557386596fbe3a6d9d46d67335b15301b1c [diff] [blame] |
tests FEATURE basic external plugins tests
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a4a3d78..10e4862 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -94,6 +94,7 @@ endif() add_subdirectory(style) +add_subdirectory(plugins) add_subdirectory(utests) add_subdirectory(fuzz)