]> granicus.if.org Git - check/commitdiff
Fix typo
authorzhuhaow <zhuhaow@users.noreply.github.com>
Fri, 17 Feb 2017 02:55:27 +0000 (10:55 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2017 02:55:27 +0000 (10:55 +0800)
CMakeLists.txt

index d193fbdfdd44e19c03861a7e20571ddee28cd69e..d952391e234b4352b279fcca5cfc71ca66ccb353 100644 (file)
@@ -335,7 +335,7 @@ add_subdirectory(src)
 
 ###############################################################################
 # Unit tests
-if (CHECK_ENABLE_TEST)
+if (CHECK_ENABLE_TESTS)
   add_subdirectory(tests)
   enable_testing()
   add_test(NAME check_check COMMAND check_check)