Change in osmo-pcu[master]: cosmetic: tests/Makefile.am: Split content into several lines

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Mar 12 15:58:25 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/23354 )


Change subject: cosmetic: tests/Makefile.am: Split content into several lines
......................................................................

cosmetic: tests/Makefile.am: Split content into several lines

Change-Id: I67361862b992d761b314d9565165ece7e380606d
---
M tests/Makefile.am
1 file changed, 21 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/54/23354/1

diff --git a/tests/Makefile.am b/tests/Makefile.am
index a7771b9..b377fdb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,22 @@
 AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOGB_CFLAGS) $(LIBOSMOGSM_CFLAGS) -I$(top_srcdir)/src/ -I$(top_srcdir)/include/
 AM_LDFLAGS = -lrt -no-install
 
-check_PROGRAMS = rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest
+check_PROGRAMS = \
+	rlcmac/RLCMACTest \
+	alloc/AllocTest \
+	alloc/MslotTest \
+	tbf/TbfTest \
+	types/TypesTest \
+	ms/MsTest \
+	llist/LListTest \
+	llc/LlcTest \
+	codel/codel_test \
+	edge/EdgeTest \
+	bitcomp/BitcompTest \
+	fn/FnTest \
+	app_info/AppInfoTest \
+	$(NULL)
+
 noinst_PROGRAMS = emu/pcu_emu
 
 rlcmac_RLCMACTest_SOURCES = rlcmac/RLCMACTest.cpp
@@ -147,7 +162,9 @@
              } >'$(srcdir)/package.m4'
 
 EXTRA_DIST = \
-	testsuite.at $(srcdir)/package.m4 $(TESTSUITE)	\
+	testsuite.at \
+	$(srcdir)/package.m4 \
+	$(TESTSUITE)	\
 	rlcmac/RLCMACTest.ok rlcmac/RLCMACTest.err \
 	alloc/AllocTest.ok alloc/AllocTest.err \
 	tbf/TbfTest.err \
@@ -159,7 +176,8 @@
 	codel/codel_test.ok \
 	edge/EdgeTest.ok \
 	fn/FnTest.ok \
-	app_info/AppInfoTest.ok app_info/AppInfoTest.err
+	app_info/AppInfoTest.ok app_info/AppInfoTest.err \
+	$(NULL)
 
 DISTCLEANFILES = atconfig
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/23354
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I67361862b992d761b314d9565165ece7e380606d
Gerrit-Change-Number: 23354
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210312/3791319a/attachment.htm>


More information about the gerrit-log mailing list