Change in osmo-pcu[master]: test: add 'make update_exp' target

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/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Aug 10 10:28:41 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/25152 )

Change subject: test: add 'make update_exp' target
......................................................................

test: add 'make update_exp' target

Add convenience target to update the test output.

Change-Id: I225dd3746200cad748ea09b2c3e1c7f9d006d32f
---
M tests/Makefile.am
1 file changed, 39 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  daniel: Looks good to me, approved



diff --git a/tests/Makefile.am b/tests/Makefile.am
index 40617bb..63d94f0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -194,6 +194,45 @@
 
 TESTSUITE = $(srcdir)/testsuite
 
+update_exp:
+	rlcmac/RLCMACTest \
+		>$(srcdir)/rlcmac/RLCMACTest.ok \
+		2>$(srcdir)/rlcmac/RLCMACTest.err
+	alloc/MslotTest \
+		>$(srcdir)/alloc/MslotTest.ok
+	alloc/AllocTest \
+		>$(srcdir)/alloc/AllocTest.ok \
+		2>$(srcdir)/alloc/AllocTest.err
+	tbf/TbfTest \
+		2>$(srcdir)/tbf/TbfTest.err
+	bitcomp/BitcompTest \
+		>$(srcdir)/bitcomp/BitcompTest.ok \
+		2>$(srcdir)/bitcomp/BitcompTest.err
+	edge/EdgeTest \
+		>$(srcdir)/edge/EdgeTest.ok
+	types/TypesTest \
+		>$(srcdir)/types/TypesTest.ok \
+		2>$(srcdir)/types/TypesTest.err
+	ms/MsTest \
+		>$(srcdir)/ms/MsTest.ok \
+		2>$(srcdir)/ms/MsTest.err
+	llc/LlcTest \
+		>$(srcdir)/llc/LlcTest.ok \
+		2>$(srcdir)/llc/LlcTest.err
+	llist/LListTest \
+		>$(srcdir)/llist/LListTest.ok \
+		2>$(srcdir)/llist/LListTest.err
+	codel/codel_test \
+		>$(srcdir)/codel/codel_test.ok
+	fn/FnTest \
+		>$(srcdir)/fn/FnTest.ok
+	app_info/AppInfoTest \
+		>$(srcdir)/app_info/AppInfoTest.ok \
+		2>$(srcdir)/app_info/AppInfoTest.err
+	ulc/PdchUlcTest \
+		>$(srcdir)/ulc/PdchUlcTest.ok \
+		2>$(srcdir)/ulc/PdchUlcTest.err
+
 # Python testing
 if ENABLE_VTY_TESTS
 python-tests: $(BUILT_SOURCES)

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I225dd3746200cad748ea09b2c3e1c7f9d006d32f
Gerrit-Change-Number: 25152
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210810/e8a033e2/attachment.htm>


More information about the gerrit-log mailing list