commit | 6dc96680f1e9db0d1c87ab26865a27ac80cefd3d | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Mon Feb 06 21:47:18 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 27 13:27:02 2017 -0500 |
tree | c7ef0dd808c38a2a79f629a50dc1a530dc4813f2 | |
parent | 31272b8475b63ae238219a30d2c01c58cc87c286 [diff] [blame] |
Add gtest cases to verify sd_event timer Change-Id: I6db746adc969a322f463c00143938c7c2339ff86 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/configure.ac b/configure.ac index 3c8fadc..422f0e1 100644 --- a/configure.ac +++ b/configure.ac
@@ -100,5 +100,5 @@ ) # Create configured output -AC_CONFIG_FILES([Makefile test/Makefile softoff/Makefile]) +AC_CONFIG_FILES([Makefile test/Makefile softoff/Makefile softoff/test/Makefile]) AC_OUTPUT