added testing, set c++11 standard

This commit is contained in:
john30
2017-01-28 09:32:55 +01:00
parent 937e0ed9e5
commit 1d2776d7f4
5 changed files with 46 additions and 0 deletions
+4
View File
@@ -21,3 +21,7 @@ if(HAVE_CONTRIB)
endif(HAVE_CONTRIB)
add_library(ebus ${libebus_a_SOURCES})
if(BUILD_TESTING)
add_subdirectory(test)
endif(BUILD_TESTING)