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 6a54bc2 commit 857745fCopy full SHA for 857745f
benchmark/scripts/generate_harness/test_generate_harness.sh
@@ -1,4 +1,9 @@
1
#!/bin/bash
2
+# This script is invoked by `lit` on all smoke test runs from the
3
+# validation-test/benchmark/generate-harness.test-sh.
4
+# It ensures that the files checked in the benchmark suite that are generated
5
+# from templates always match what would be regenerated if one
6
+# re-ran the relevant scripts. This is to catch accidental manual edits.
7
8
SWIFT_SRC_DIR="$1"
9
BENCHMARK_DIR="${SWIFT_SRC_DIR}/benchmark"
validation-test/benchmarks/generate-harness.test-sh renamed to validation-test/benchmark/generate-harness.test-sh
0 commit comments