aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 16:15:41 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-30 21:24:26 +0200
commitc0a6938d0ede31b7c94e74ad598efb952aa2a613 (patch)
tree4b4ed9082091555ff2c7fe0c55d79041d25b8b74 /configure.ac
parent904bc8023fcecdfd8ba5abe2b46d8e2fb56e8d3b (diff)
tests: Create tests directory and move the VTY testing into there
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6510bf47..58cbc35e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,4 +60,5 @@ AM_CONDITIONAL(ENABLE_VTY_TESTS, test "x$enable_vty_tests" = "xyes")
AC_OUTPUT(
src/Makefile
examples/Makefile
+ tests/Makefile
Makefile)