MXS-2014 Add skeleton test for mxb::Log

This commit is contained in:
Johan Wikman
2018-08-16 13:23:03 +03:00
parent 12e8f28907
commit cfdfff46ae
4 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,5 @@
enable_testing()
project(maxutils)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_CXX_FLAGS "-fPIC -std=c++11 -ggdb -Wall -Werror -Wno-unused-function")