From 31bc6f79e5301a33d4fc3694b66512273a5aad08 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Thu, 28 Nov 2024 23:25:57 +0100 Subject: [PATCH] Fix instructions for building with tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2903ea1..b182360 100644 --- a/README.md +++ b/README.md @@ -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 ```