From: drowe67 Date: Fri, 22 Jan 2016 20:37:07 +0000 (+0000) Subject: added notes on building unittests X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=25975a2bf65fee5bb7663ef3c09542211f1d23bf;p=freetel-svn-tracking.git added notes on building unittests git-svn-id: https://svn.code.sf.net/p/freetel/code@2643 01035d8c-6547-0410-b346-abe4f91aad63 --- 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 -----------