1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-01-02 09:29:58 +00:00

Erc, not emp

This commit is contained in:
Peter Evans 2017-12-06 16:11:13 -06:00
parent 18dca43e61
commit 4199637338

View File

@ -45,7 +45,7 @@ If you're feeling a bit nosy, you can run unit tests by doing the following:
``` ```
cd tests/build cd tests/build
cmake .. cmake ..
make; ./emp-test make; ./erc-test
``` ```
This will execute the testing build of the software, which is handled through [Criterion](https://github.com/Snaipe/Criterion). This will execute the testing build of the software, which is handled through [Criterion](https://github.com/Snaipe/Criterion).