Skip to content
Snippets Groups Projects
Commit e5f210da authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Add a note about how to run tests. (#316)

* The first step creates a build directory 
* Add a note about running tests.
parent 5f319dc4
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ of a cloned fork of the repository, follow these steps: ...@@ -32,7 +32,7 @@ of a cloned fork of the repository, follow these steps:
```bash ```bash
python setup.py install python setup.py install
mkdir build && cd build cd build
cmake .. cmake ..
make make
``` ```
...@@ -43,3 +43,12 @@ running the following command will retrieve the gtest submodule manually: ...@@ -43,3 +43,12 @@ running the following command will retrieve the gtest submodule manually:
```bash ```bash
git submodule update --init --recursive git submodule update --init --recursive
``` ```
## Running Tests
To run ctests to test c++ part of ale, run:
```
ctest
```
from the build directory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment