diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e78124922785..511621707a2b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -108,6 +108,7 @@ mypy_test("utils/check_eof.py" "normal") mypy_test("utils/import_disa_stig.py" "skip") mypy_test("tests/cces-removed.py" "normal") mypy_test("utils/build_control_from_reference.py" "skip") +mypy_test("tests/validate_automatus_metadata.py" "normal") if(PYTHON_VERSION_MAJOR GREATER 2 AND PYTHON_VERSION_MINOR GREATER 7 AND PY_TRESTLE AND PY_LXML) mypy_test("utils/oscal/" "skip")