We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6257c74 commit 5aa714bCopy full SHA for 5aa714b
CMakeLists.txt
@@ -395,6 +395,14 @@ if (MRDOCS_BUILD_TESTS)
395
)
396
endforeach ()
397
endforeach()
398
+ foreach (action IN ITEMS test create update)
399
+ add_custom_target(mrdocs-${action}-test-fixtures-all
400
+ DEPENDS
401
+ mrdocs-${action}-test-fixtures-xml
402
+ mrdocs-${action}-test-fixtures-adoc
403
+ mrdocs-${action}-test-fixtures-html
404
+ )
405
+ endforeach ()
406
407
#-------------------------------------------------
408
# XML lint
0 commit comments