summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-07-02 21:03:30 +0300
committerTuomas Virtanen <katajakasa@gmail.com>2018-07-02 21:03:30 +0300
commitaa303b34f1f3dda6064ce81e04836aa2c751457d (patch)
tree38c51d9890d011463c10d7e3488a7fe0a58790f0
parent7aec12156a3dc3df570855cb1c3fa03792f77030 (diff)
Clean up README.md
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 40e5169..3b9b467 100644
--- a/README.md
+++ b/README.md
@@ -80,13 +80,7 @@ Change CMAKE_INSTALL_PREFIX as necessary to change the installation path. The fi
Just add ```-DBUILD_EXAMPLES=1``` to cmake arguments and rebuild.
-### 2.4. Building unittests
-
-Make sure CUnit is installed, then add ```-DBUILD_UNITTESTS=1``` to the cmake arguments and rebuild.
-
-You can run unittests by running ```make unittest```.
-
-### 2.5. Building with AddressSanitizer
+### 2.4. Building with AddressSanitizer
This is for development/debugging use only!