diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 17:37:34 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 17:37:34 -0800 |
commit | 1aac44c877497a15fc717a4b127610d42fffd1bd (patch) | |
tree | 61c31fef95376c3220b4951428bf258d2e0450f8 | |
parent | 987e5ad12fa4bdbc29f9a04928294be0bdd181a1 (diff) |
reduce the number of q1 tests
-rw-r--r-- | tests/runner.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/runner.py b/tests/runner.py index 93c32718..930cfdb6 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4846,12 +4846,10 @@ TT = %s # Make custom runs with various options for compiler, quantum, embetter, typed_arrays, llvm_opts in [ - (CLANG, 1, 0, 0, 0), - (CLANG, 1, 0, 0, 1), + (CLANG, 1, 1, 0, 0), + (CLANG, 1, 1, 1, 1), (CLANG, 4, 0, 0, 0), (CLANG, 4, 0, 0, 1), - (CLANG, 1, 1, 1, 0), - (CLANG, 1, 1, 1, 1), (CLANG, 4, 1, 1, 0), (CLANG, 4, 1, 1, 1), (CLANG, 4, 1, 2, 0), |