Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83867257 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov
Browse files

Add -std=gnu++11 to test cflags

(cherry picked from commit 5f68087e)

Change-Id: I6fc0d3673391654aa72e1e6bd98f4a8469c79868
parent 5a0f0e97
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ test_c_flags := \
    -g \
    -Wall -Wextra \
    -Werror \
    -fno-builtin
    -fno-builtin \
    -std=gnu++11

test_src_files := \
    liblog_test.cpp