aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/testsuite.at
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-09 00:05:50 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-13 14:54:02 +0000
commit28786bb2098d404d5f5eb40fc6bafa866c54b0c1 (patch)
tree94ad5b7ee24b50e3a8157bc00421c5e4254e9994 /openbsc/tests/testsuite.at
parent2c1f8c8cebe41b30deca29c55290fef7a61e5343 (diff)
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
Diffstat (limited to 'openbsc/tests/testsuite.at')
-rw-r--r--openbsc/tests/testsuite.at4
1 files changed, 2 insertions, 2 deletions
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])