Skip to content

Commit

Permalink
Merge branch 'master' into u/maffoo/repeated-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion authored Jun 6, 2022
2 parents ece373c + 4ca3c88 commit ce16a06
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ located in [tests](https://github.com/quantumlib/qsim/tree/master/tests).
Python tests use pytest, and are located in
[qsimcirq_tests](https://github.com/quantumlib/qsim/tree/master/qsimcirq_tests).

To build and run all tests, navigate to the test directory and run:
To build and run all tests, run:
```
make run-all
make run-tests
```
This will compile all test binaries to files with `.x` extensions, and run each
test in series. Testing will stop early if a test fails.
test in series. Testing will stop early if a test fails. It will also run tests
of the `qsimcirq` python interface. To run C++ or python tests only, run
`make run-cxx-tests` or `make run-py-tests`, respectively.

To clean up generated test files, run `make clean` from the test directory.

Expand Down Expand Up @@ -125,4 +127,4 @@ An equivalent BibTex format reference is below for all the versions:
doi = {10.5281/zenodo.4023103},
url = {https://doi.org/10.5281/zenodo.4023103}
}
```
```

0 comments on commit ce16a06

Please sign in to comment.