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 187629b commit 69b0529Copy full SHA for 69b0529
test/Documentation/docc.swift
@@ -0,0 +1,8 @@
1
+// REQUIRES: OS=macosx
2
+
3
+// RUN: %empty-directory(%t)
4
+// RUN: xcrun docc convert --output-path %t --ide-console-output --allow-arbitrary-catalog-directories $(dirname %utils)/docs
5
6
+// the generated bundle should be at least as big as the source directory
7
+// RUN: test $(du -c %t | tail -1 | awk '{ print $1 }') -gt $(du -c $(dirname %utils)/docs | tail -1 | awk '{ print $1 }') && echo success
8
+// CHECK: success
0 commit comments