Skip to content

Commit 857745f

Browse files
committed
Added usage comment to test driver. Renamed validation-test/[benchmarks -> benchmark].
1 parent 6a54bc2 commit 857745f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

benchmark/scripts/generate_harness/test_generate_harness.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/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.
27

38
SWIFT_SRC_DIR="$1"
49
BENCHMARK_DIR="${SWIFT_SRC_DIR}/benchmark"

0 commit comments

Comments
 (0)