summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-18 16:05:27 +0100
committerHarald Welte <laforge@gnumonks.org>2018-01-21 19:05:00 +0000
commit89c8c4027b54cb1d20448a7c624b373b40823403 (patch)
tree96e7fc75a7380a6a0bda708a60f034c517ec1a3d /tests/Makefile.am
parent0bbf67dfd3d97c67a126e60de2c5648c88427981 (diff)
Embedded: disable stats test
As of 67bdd80a96bdfc49d1aadbd32cca2b53f123d180 the stats.c is effectively disable so we should disable the corresponding tests as well. Change-Id: I42ff7a6619c0a5926fdc2ec779cf04689c567e15
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 877a302d..e199ccce 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,7 +17,7 @@ check_PROGRAMS = timer/timer_test sms/sms_test ussd/ussd_test \
write_queue/wqueue_test socket/socket_test \
coding/coding_test conv/conv_gsm0503_test \
abis/abis_test endian/endian_test sercomm/sercomm_test \
- stats/stats_test prbs/prbs_test gsm23003/gsm23003_test \
+ prbs/prbs_test gsm23003/gsm23003_test \
codec/codec_ecu_fr_test
if ENABLE_MSGFILE
@@ -40,6 +40,10 @@ if ENABLE_CTRL
check_PROGRAMS += ctrl/ctrl_test fsm/fsm_test
endif
+if ENABLE_STATS_TEST
+check_PROGRAMS += stats/stats_test
+endif
+
if ENABLE_GB
check_PROGRAMS += gb/bssgp_fc_test gb/gprs_bssgp_test gb/gprs_ns_test fr/fr_test
endif