mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
// REQUIRES: OS=macosx
|
|
// REQUIRES: benchmark
|
|
// REQUIRES: CMAKE_GENERATOR=Ninja
|
|
|
|
// Integration tests between Benchmark_Driver and Benchmark_O
|
|
|
|
// RUN: %Benchmark_Driver run 1 Ackermann 1 \
|
|
// RUN: | %FileCheck %s --check-prefix RUNJUSTONCE
|
|
// RUNJUSTONCE-LABEL: Ackermann
|
|
// RUNJUSTONCE-NOT: Ackermann
|
|
|
|
// RUN: %Benchmark_Driver check 1 --verbose \
|
|
// RUN: | %FileCheck %s --check-prefix DOCTORCHECK
|
|
// DOCTORCHECK: Ackermann
|