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 a0626ab commit a5cb7cdCopy full SHA for a5cb7cd
test/Documentation/docc.swift
@@ -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