summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Elder <aelder@audioscience.com>2014-10-20 21:54:08 -0400
committerAndrew Elder <aelder@audioscience.com>2014-10-21 07:59:05 -0400
commita33f43442ba369b8ced9c8dfe18aa86c6c13cbb6 (patch)
tree5c71e5fa76941ff3f0714e57b512310a433608fa /CMakeLists.txt
parentba60b5acc72823d2db849c2f9acf0bb873185b5c (diff)
downloadOpen-AVB-a33f43442ba369b8ced9c8dfe18aa86c6c13cbb6.tar.gz
travis build updates, use cmake and cpputest test target to enable execution of cpputest(s)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ea1c165..273cfdfc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,6 @@
cmake_minimum_required (VERSION 2.8)
project (open-avb)
+enable_testing()
add_subdirectory("daemons/mrpd")
add_subdirectory("thirdparty/cpputest")