From 28786bb2098d404d5f5eb40fc6bafa866c54b0c1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 9 Dec 2016 00:05:50 +0100 Subject: oap_test.c: rename to avoid clash with libosmocore oap_test.c Rename to oap_client_test.c, which is also a more accurate name. Related: OS#1592 Change-Id: I3ca333141a15940df07a1ae77a30bc54885db41f --- openbsc/tests/testsuite.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/tests/testsuite.at') diff --git a/openbsc/tests/testsuite.at b/openbsc/tests/testsuite.at index b44d5950f..0765c764e 100644 --- a/openbsc/tests/testsuite.at +++ b/openbsc/tests/testsuite.at @@ -107,8 +107,8 @@ AT_CLEANUP AT_SETUP([oap]) AT_KEYWORDS([oap]) AT_CHECK([test "$enable_oap_test" != no || exit 77]) -cat $abs_srcdir/oap/oap_test.ok > expout -AT_CHECK([$abs_top_builddir/tests/oap/oap_test], [], [expout], [ignore]) +cat $abs_srcdir/oap/oap_client_test.ok > expout +AT_CHECK([$abs_top_builddir/tests/oap/oap_client_test], [], [expout], [ignore]) AT_CLEANUP AT_SETUP([gtphub]) -- cgit v1.2.3