]> sigrok.org Git - pulseview.git/commitdiff
Offer unit tests with a cmake option
authorJoel Holdsworth <redacted>
Fri, 12 Oct 2012 22:11:41 +0000 (23:11 +0100)
committerJoel Holdsworth <redacted>
Fri, 12 Oct 2012 23:19:27 +0000 (00:19 +0100)
CMakeLists.txt

index 3adb9675c620ce287db1ae07fa2edb286b2d02d1..512ad18765509a90f6e950caa471c2f70095f742 100644 (file)
@@ -23,6 +23,12 @@ include(FindPkgConfig)
 
 project(pulseview)
 
 
 project(pulseview)
 
+#===============================================================================
+#= User Options
+#-------------------------------------------------------------------------------
+
+option(ENABLE_TESTS "Enable unit tests" FALSE)
+
 #===============================================================================
 #= Dependencies
 #-------------------------------------------------------------------------------
 #===============================================================================
 #= Dependencies
 #-------------------------------------------------------------------------------