Skip to content

Commit 5aa714b

Browse files
committed
build: custom target to test all generators
1 parent 6257c74 commit 5aa714b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,14 @@ if (MRDOCS_BUILD_TESTS)
395395
)
396396
endforeach ()
397397
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 ()
398406

399407
#-------------------------------------------------
400408
# XML lint

0 commit comments

Comments
 (0)