From 59c29c79ec29dc29f3a32daabe299a80d0c8a49e Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Thu, 27 Apr 2017 11:17:28 -0500 Subject: phosphor-fan: Testcases for Timer class Change-Id: Id8b752cc6e494dcf76d9668553292a65a3fd19d6 Signed-off-by: Matt Spinler --- test/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..16a3252 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,13 @@ +AM_CPPFLAGS = -I$(top_srcdir) + +# Run all 'check' test programs +TESTS = $(check_PROGRAMS) + +# # Build/add timertest to test suite +check_PROGRAMS = timertest +timertest_CPPFLAGS = -Igtest $(GTEST_CPPFLAGS) $(AM_CPPFLAGS) +timertest_CXXFLAGS = $(PTHREAD_CFLAGS) +timertest_LDFLAGS = -lgtest_main -lgtest $(PTHREAD_LIBS) $(OESDK_TESTCASE_FLAGS) \ + $(SYSTEMD_LIBS) ${SDBUSPLUS_LIBS} +timertest_SOURCES = timertest.cpp +timertest_LDADD = $(top_builddir)/timer.o -- cgit v1.2.1