Fix instructions for building with tests

This commit is contained in:
Mihai Parparita 2024-11-28 23:25:57 +01:00
parent e4c84c5f80
commit 31bc6f79e5

View File

@ -89,7 +89,7 @@ emulation. To build the tests, use the following terminal commands:
```
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DPPC_BUILD_PPC_TESTS=True ..
cmake -DCMAKE_BUILD_TYPE=Release -DDPPC_BUILD_PPC_TESTS=True ..
make testppc
```