aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index 86c272b..5c91106 100644
--- a/README.org
+++ b/README.org
@@ -5,3 +5,8 @@ A workbench and playground for concepts related to and around cryptography. Noth
Do */_NOT_/* use this code in any production system. This is a workbench and playground for concepts, ideas, and education /only/.
#+end_quote
+Build the project and run the tests
+#+begin_src bash
+ $ mkdir build && cmake .. && cmake --build .
+ $ ./build/test/cryptobench_test
+#+end_src