commit | e9ac8b4b3ba0c4e312cfbce776e34326c2956564 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Dec 19 09:30:40 2016 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 13 15:55:59 2017 -0500 |
tree | 1dd81c832046b9eb0232fe5345abf56989314953 | |
parent | d499ca640ed84ea7df17bfa658af69b273ccb551 [diff] [blame] |
Add testcase Add a basic test that simply runs the server. Change-Id: Ie682df8cf4dd755852e4fb07ccbc83e8bb13d629 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configure.ac b/configure.ac index fdb3c25..952fcda 100644 --- a/configure.ac +++ b/configure.ac
@@ -45,5 +45,5 @@ ) # Create configured output -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile test/Makefile]) AC_OUTPUT