tests: Move the RLCMACTest into the test directory and setup autotest
diff --git a/configure.ac b/configure.ac
index 58cbc35..3b2f380 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@
 	[osmocom-pcu@lists.osmocom.org])
 
 AM_INIT_AUTOMAKE([dist-bzip2])
+AC_CONFIG_TESTDIR(tests)
 
 dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])