haltest: Fix test execution error 58/308158/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 19 Mar 2024 02:10:39 +0000 (11:10 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 19 Mar 2024 02:10:42 +0000 (11:10 +0900)
The gtest version up to 1.14.
Have to match test build version to 1.14.

Change-Id: I3689f6e6fb5835ba03ea5feb9844571455a77bc3
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
haltests/Makefile.am

index 4f2be61..1130b8d 100644 (file)
@@ -18,7 +18,8 @@ tbm_haltests_CXXFLAGS = \
        @LIBTBM_CFLAGS@ \
        @LIBTBM_TEST_CFLAGS@ \
        -I$(top_srcdir)/include \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -std=c++14
 
 tbm_haltests_LDFLAGS = \
        @DLOG_LIBS@ \