Skip to content

Commit a5cb7cd

Browse files
committed
Add documentation generation test
1 parent a0626ab commit a5cb7cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/Documentation/docc.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// REQUIRES: OS=macosx
2+
3+
// RUN: mkdir $(dirname %t)/out
4+
// RUN: xcrun docc convert --output-path $(dirname %t)/out --ide-console-output --allow-arbitrary-catalog-directories $(dirname %utils)/docs
5+
// RUN: test $(du -c $(dirname %t)/out | tail -1 | awk '{ print $1 }') -gt 18000 && echo success
6+
// CHECK: success

0 commit comments

Comments
 (0)