Skip to content

Commit

Permalink
Fix instructions for building with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaip committed Nov 28, 2024
1 parent e4c84c5 commit 31bc6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 31bc6f7

Please sign in to comment.