[PATCH] openbsc[master]: fixup

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

dexter gerrit-no-reply at lists.osmocom.org
Thu Aug 11 16:04:13 UTC 2016


Review at  https://gerrit.osmocom.org/686

fixup

Change-Id: Ie97c572d61fc34dac415d5be4c10c279d0430d93
---
M openbsc/.gitignore
M openbsc/configure.ac
M openbsc/tests/Makefile.am
R openbsc/tests/sndcp_xid/Makefile.am
R openbsc/tests/sndcp_xid/sndcp_xid_test.c
R openbsc/tests/sndcp_xid/sndcp_xid_test.ok
M openbsc/tests/testsuite.at
7 files changed, 8 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/86/686/1

diff --git a/openbsc/.gitignore b/openbsc/.gitignore
index 0a2965d..8ce3b70 100644
--- a/openbsc/.gitignore
+++ b/openbsc/.gitignore
@@ -81,6 +81,8 @@
 tests/oap/oap_test
 tests/gtphub/gtphub_test
 tests/mm_auth/mm_auth_test
+tests/xid/xid_test
+tests/sndcp_xid/sndcp_xid_test
 
 tests/atconfig
 tests/atlocal
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 9cfdc7c..53072bd 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -230,7 +230,7 @@
     tests/gtphub/Makefile
     tests/mm_auth/Makefile
     tests/xid/Makefile
-    tests/xid_sndcp/Makefile
+    tests/sndcp_xid/Makefile
     doc/Makefile
     doc/examples/Makefile
     Makefile)
diff --git a/openbsc/tests/Makefile.am b/openbsc/tests/Makefile.am
index 071166b..1debb2d 100644
--- a/openbsc/tests/Makefile.am
+++ b/openbsc/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = gsm0408 db channel mgcp gprs abis gbproxy trau subscr mm_auth xid xid_sndcp
+SUBDIRS = gsm0408 db channel mgcp gprs abis gbproxy trau subscr mm_auth xid sndcp_xid
 
 if BUILD_NAT
 SUBDIRS += bsc-nat bsc-nat-trie
diff --git a/openbsc/tests/xid_sndcp/Makefile.am b/openbsc/tests/sndcp_xid/Makefile.am
similarity index 100%
rename from openbsc/tests/xid_sndcp/Makefile.am
rename to openbsc/tests/sndcp_xid/Makefile.am
diff --git a/openbsc/tests/xid_sndcp/sndcp_xid_test.c b/openbsc/tests/sndcp_xid/sndcp_xid_test.c
similarity index 100%
rename from openbsc/tests/xid_sndcp/sndcp_xid_test.c
rename to openbsc/tests/sndcp_xid/sndcp_xid_test.c
diff --git a/openbsc/tests/xid_sndcp/sndcp_xid_test.ok b/openbsc/tests/sndcp_xid/sndcp_xid_test.ok
similarity index 100%
rename from openbsc/tests/xid_sndcp/sndcp_xid_test.ok
rename to openbsc/tests/sndcp_xid/sndcp_xid_test.ok
diff --git a/openbsc/tests/testsuite.at b/openbsc/tests/testsuite.at
index 22b3db9..85a81d6 100644
--- a/openbsc/tests/testsuite.at
+++ b/openbsc/tests/testsuite.at
@@ -130,9 +130,9 @@
 AT_CHECK([$abs_top_builddir/tests/xid/xid_test], [], [expout], [ignore])
 AT_CLEANUP
 
-AT_SETUP([xid_sndcp])
-AT_KEYWORDS([xid_sndcp])
-cat $abs_srcdir/xid_sndcp/sndcp_xid_test.ok > expout
-AT_CHECK([$abs_top_builddir/tests/xid_sndcp/sndcp_xid_test], [], [expout], [ignore])
+AT_SETUP([sndcp_xid])
+AT_KEYWORDS([sndcp_xid])
+cat $abs_srcdir/sndcp_xid/sndcp_xid_test.ok > expout
+AT_CHECK([$abs_top_builddir/tests/sndcp_xid/sndcp_xid_test], [], [expout], [ignore])
 AT_CLEANUP
 

-- 
To view, visit https://gerrit.osmocom.org/686
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie97c572d61fc34dac415d5be4c10c279d0430d93
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list