mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
b7eb476f94
Moved `lit` test that runs unit tests for benchmark scripts from `validation-test/Python` to `test/benchmark` directory. Run the tests for benchmark infrustructure with single lit invocation:
````
swift-source$ ./llvm/utils/lit/lit.py -sv ${SWIFT_BUILD_DIR}/test-macosx-x86_64/benchmark
````
Documented the invocation of benchmark infrastructure tests in README.md
3 lines
101 B
Plaintext
3 lines
101 B
Plaintext
// RUN: %{python} -m unittest discover -s %swift_src_root/benchmark/scripts/
|
|
// REQUIRES: OS=macosx
|