diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-11-14 13:35:48 +0100 |
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-11-14 13:35:48 +0100 |
| commit | 42885f88068d8ea549d5472cd51b60470515192e (patch) | |
| tree | 257dfed9802c5408d9b7e1af80c4040fd7c9d81e /configure.ac | |
| parent | 36a9cdfcd625f003e50b6077d12e720c66cf6c77 (diff) | |
| parent | bf12800c51e3b470851a42272e083120f649a96b (diff) | |
Merge branch 'zecke/gnu-autotest'
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7d8e6dda..dc435097 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT([libosmocore], [openbsc-devel@lists.openbsc.org]) AM_INIT_AUTOMAKE([dist-bzip2]) +AC_CONFIG_TESTDIR(tests) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -138,6 +139,10 @@ then AC_DEFINE([PANIC_INFLOOP],[1],[Use infinite loop on panic rather than fprintf/abort]) fi + +AC_CONFIG_FILES(tests/osmo-test, chmod +x tests/osmo-test) +dnl AC_CONFIG_FILES(tests/atlocal) + AC_OUTPUT( libosmocore.pc libosmocodec.pc |
