5
AM_CPPFLAGS = $(GTEST_CPPFLAGS) -I${top_srcdir}/src -Wall -Werror
6
AM_CXXFLAGS = $(GTEST_CXXFLAGS)
12
# stock UMB tests on user-visible strings
13
include $(srcdir)/Makefile.am.strings
20
check_PROGRAMS += test-device
21
test_device_SOURCES = test-device.cc
23
$(top_builddir)/src/libpower.la \
29
test_device_CPPFLAGS = \
35
check_LIBRARIES = libgtest.a
36
nodist_libgtest_a_SOURCES = \
37
$(GTEST_SOURCE)/src/gtest-all.cc \
38
$(GTEST_SOURCE)/src/gtest_main.cc