From 97602d973457a5248ada6ca9e5c29c1a5811240d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 11 Nov 2012 14:21:26 +0100 Subject: fr: Begin with a GRE/FrameRelay test due the recent regression The framerelay code is seldomly used and the socket clean ups introduced a regression. Create a testcase that will work as a user not having the right capabilities to create raw sockets. We have to make sure that this test is working even when not ran as root. The easiest way to do this is to provide our own socket implementation. This is done with dlopen/dlsym to convert the raw socket request to an UDP one. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ac19b238..24ca6778 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ tests/gsm0808/gsm0808_test tests/gb/bssgp_fc_test tests/gsm0408/gsm0408_test tests/logging/logging_test +tests/fr/fr_test utils/osmo-arfcn utils/osmo-auc-gen -- cgit v1.2.3