We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9785bbd commit 55e5250Copy full SHA for 55e5250
3 files changed
tests/CMakeLists.txt
@@ -22,6 +22,7 @@ endmacro()
22
if(PY_PYTEST)
23
ssg_python_unit_tests("utils" "utils" "oscal/")
24
ssg_python_unit_tests("ssg-module" "." "")
25
+ ssg_python_unit_tests("build-scripts" "." "")
26
ssg_python_unit_tests("ssg_test_suite" "tests" "")
27
if(Python_VERSION_MAJOR GREATER 2 AND Python_VERSION_MINOR GREATER 7 AND PY_TRESTLE AND PY_LXML)
28
ssg_python_unit_tests("utils/oscal" "utils/oscal" "")
0 commit comments