aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-09 17:44:49 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-10 11:17:32 +0100
commit2ac788b2c32e568260c192e2501c0d4d65a54fcc (patch)
treee98306e298742c8d6f2e9107f1fe6de7b6ce4b4d /configure.ac
parentd36ef2f57bd31d528d7dd93048706630fc992b0b (diff)
Set up GNU Autotest infrastructure
Test files are moved from CommonLibs/ to tests/CommonLibs/. Some tests are disabled in autotest because they generate timedate related output which cannot exactly match against expected output. Change-Id: I3d6ba625968be09297642d18090c496490e9b8fc
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1a9712a..3ad4b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ AC_CONFIG_SRCDIR([Transceiver52M/Makefile.am])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([config])
AM_CONFIG_HEADER(config.h)
+AC_CONFIG_TESTDIR(tests)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
@@ -171,6 +172,8 @@ AC_CONFIG_FILES([\
Transceiver52M/Makefile \
Transceiver52M/arm/Makefile \
Transceiver52M/x86/Makefile \
+ tests/Makefile \
+ tests/CommonLibs/Makefile \
])
AC_OUTPUT