Skip to content

Commit 55e5250

Browse files
committed
Add unit tests for generate_profile_remediations.py
1 parent 9785bbd commit 55e5250

3 files changed

Lines changed: 595 additions & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ endmacro()
2222
if(PY_PYTEST)
2323
ssg_python_unit_tests("utils" "utils" "oscal/")
2424
ssg_python_unit_tests("ssg-module" "." "")
25+
ssg_python_unit_tests("build-scripts" "." "")
2526
ssg_python_unit_tests("ssg_test_suite" "tests" "")
2627
if(Python_VERSION_MAJOR GREATER 2 AND Python_VERSION_MINOR GREATER 7 AND PY_TRESTLE AND PY_LXML)
2728
ssg_python_unit_tests("utils/oscal" "utils/oscal" "")

0 commit comments

Comments
 (0)