pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/29506 )
Change subject: tests: rename test osmux_test2 -> osmux_output_test
......................................................................
tests: rename test osmux_test2 -> osmux_output_test
That file focuses on testing the osmux_output_* API, ie receiving Osmux
frames and decoding it into batches and later on into rtp packets.
Change-Id: I7e6eda1e2e676673771bc6a7c3682d07ac1d344e
---
M tests/Makefile.am
R tests/osmux/osmux_output_test.c
R tests/osmux/osmux_output_test.ok
M tests/testsuite.at
4 files changed, 8 insertions(+), 8 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dd7703a..ab2bf59 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,14 +1,14 @@
AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -g
AM_LDFLAGS = $(LIBOSMOCORE_LDFLAGS) -no-install
-check_PROGRAMS = osmux/osmux_test osmux/osmux_test2 stream/stream_test jibuf/jibuf_test
amr/amr_test
+check_PROGRAMS = osmux/osmux_test osmux/osmux_output_test stream/stream_test
jibuf/jibuf_test amr/amr_test
check_HEADERS =
osmux_osmux_test_SOURCES = osmux/osmux_test.c
osmux_osmux_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
$(top_builddir)/src/libosmonetif.la
-osmux_osmux_test2_SOURCES = osmux/osmux_test2.c
-osmux_osmux_test2_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
$(top_builddir)/src/libosmonetif.la
+osmux_osmux_output_test_SOURCES = osmux/osmux_output_test.c
+osmux_osmux_output_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
$(top_builddir)/src/libosmonetif.la
stream_stream_test_SOURCES = stream/stream_test.c
stream_stream_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
$(top_builddir)/src/libosmonetif.la
@@ -62,7 +62,7 @@
EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) \
osmux/osmux_test.ok \
- osmux/osmux_test2.ok \
+ osmux/osmux_output_test.ok \
stream/stream_test.ok \
stream/stream_test.err \
jibuf/jibuf_test.ok \
diff --git a/tests/osmux/osmux_test2.c b/tests/osmux/osmux_output_test.c
similarity index 100%
rename from tests/osmux/osmux_test2.c
rename to tests/osmux/osmux_output_test.c
diff --git a/tests/osmux/osmux_test2.ok b/tests/osmux/osmux_output_test.ok
similarity index 100%
rename from tests/osmux/osmux_test2.ok
rename to tests/osmux/osmux_output_test.ok
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 0cf108f..17883cc 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -14,10 +14,10 @@
AT_CHECK([$abs_top_builddir/tests/osmux/osmux_test 2>&1], [0], [expout],
[ignore])
AT_CLEANUP
-AT_SETUP([osmux_test2])
-AT_KEYWORDS([osmux_test2])
-cat $abs_srcdir/osmux/osmux_test2.ok > expout
-AT_CHECK([$abs_top_builddir/tests/osmux/osmux_test2], [0], [expout], [ignore])
+AT_SETUP([osmux_output_test])
+AT_KEYWORDS([osmux_output_test])
+cat $abs_srcdir/osmux/osmux_output_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/osmux/osmux_output_test], [0], [expout], [ignore])
AT_CLEANUP
AT_SETUP([jibuf_test])
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/29506
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I7e6eda1e2e676673771bc6a7c3682d07ac1d344e
Gerrit-Change-Number: 29506
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged