From e9ac8b4b3ba0c4e312cfbce776e34326c2956564 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 19 Dec 2016 09:30:40 -0500 Subject: Add testcase Add a basic test that simply runs the server. Change-Id: Ie682df8cf4dd755852e4fb07ccbc83e8bb13d629 Signed-off-by: Brad Bishop --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cbe848d..0215db3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,3 +9,5 @@ libhwmon_la_SOURCES = \ directory.cpp \ sensorset.cpp \ mainloop.cpp + +SUBDIRS = . test -- cgit v1.2.1