Files
swift-mirror/test/benchmark/benchmark-scripts.test-sh
Pavol Vaskovic b7eb476f94 [benchmark] Moved tests for benchmark scripts
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
2018-07-09 13:55:48 +02:00

3 lines
101 B
Plaintext

// RUN: %{python} -m unittest discover -s %swift_src_root/benchmark/scripts/
// REQUIRES: OS=macosx