aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-11 16:37:44 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-23 18:13:13 +0000
commitfe291a97c23cbabe0be64ac40f104e10d3e13a1d (patch)
treec6d3ee1f1e7e798777c77b7996d86c01778b554e /configure.ac
parent36fa0bd0792fe544cd242b7fcee8180685f4c203 (diff)
Move power loop to generic tests
There's nothing sysmobts specific in this test so let's move it into separate directory and run unconditionally. The test itself is unaltered except for intro text. Change-Id: I0d1957cd9cf5497826be095c7a42b7bb4fa10397 Related: OS#2223
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 a41f7eca..bda30b51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,5 +178,6 @@ AC_OUTPUT(
tests/misc/Makefile
tests/handover/Makefile
tests/tx_power/Makefile
+ tests/power/Makefile
tests/meas/Makefile
Makefile)