tests: Create tests directory and move the VTY testing into there
diff --git a/configure.ac b/configure.ac
index 6510bf4..58cbc35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,4 +60,5 @@
 AC_OUTPUT(
     src/Makefile
     examples/Makefile
+    tests/Makefile
     Makefile)