From 25975a2bf65fee5bb7663ef3c09542211f1d23bf Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 22 Jan 2016 20:37:07 +0000 Subject: [PATCH] added notes on building unittests git-svn-id: https://svn.code.sf.net/p/freetel/code@2643 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/codec2-dev/README b/codec2-dev/README index a2a822d7..60f6d0de 100644 --- a/codec2-dev/README +++ b/codec2-dev/README @@ -118,6 +118,18 @@ Debugging $ CFLAGS=-DDUMP cmake .. $ make +Building Unit Tests +------------------- + +The unittests are no longer built by default. To build them: + + $ cd ~/codec2 + $ rm -Rf build_linux && mkdir build_linux + $ cd build_linux + $ cmake -DCMAKE_BUILD_TYPE=Debug .. + $ make + + Directories ----------- -- 2.25.1