aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 16:45:54 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-08-02 13:40:20 +0400
commite13298d09369c415900c41672251e88aff73eb82 (patch)
treecf7477d3e64a8f13219d2e3f30eb5bbe1a7cf663 /src/Makefile.am
parentbb00704871d6d03a073f3a8a2e1e6da98046b856 (diff)
tests: Move the RLCMACTest into the test directory and setup autotest
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b20b0a98..38a4b3c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,12 +50,11 @@ libgprs_la_SOURCES += \
openbts_sock.cpp
endif
-noinst_PROGRAMS = \
- RLCMACTest
-
bin_PROGRAMS = \
osmo-pcu
+noinst_PROGRAMS =
+
if ENABLE_SYSMODSP
noinst_PROGRAMS += \
osmo-pcu-remote
@@ -75,12 +74,6 @@ noinst_HEADERS = \
sysmo_l1_if.h \
femtobts.h
-RLCMACTest_SOURCES = RLCMACTest.cpp
-RLCMACTest_LDADD = \
- libgprs.la \
- $(LIBOSMOCORE_LIBS) \
- $(COMMON_LA)
-
osmo_pcu_SOURCES = pcu_main.cpp
if ENABLE_SYSMODSP