diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-01-02 13:55:00 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-01-02 13:59:10 +0100 |
commit | b79a148eca01ff8f101662f389b8032ea2d9a535 (patch) | |
tree | 0696169aab1d3f3e7674ef54c929a7eb3443b678 /tests/testsuite.at | |
parent | b7d0f4686b4aa55fd9b69884e6cc0c4c79ea1cd5 (diff) |
utils: Add a simple testcase for osmo_hexdump
This code makes a simple dump and tests for the corner case
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index 59d660a4..9124f251 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -118,6 +118,12 @@ cat $abs_srcdir/gb/gprs_ns_test.ok > expout AT_CHECK([$abs_top_builddir/tests/gb/gprs_ns_test], [0], [expout], [ignore]) AT_CLEANUP +AT_SETUP([utils]) +AT_KEYWORDS([utils]) +cat $abs_srcdir/utils/utils_test.ok > expout +AT_CHECK([$abs_top_builddir/tests/utils/utils_test], [0], [expout], [ignore]) +AT_CLEANUP + AT_SETUP([bssgp-fc]) AT_KEYWORDS([bssgp-fc]) cat $abs_srcdir/gb/bssgp_fc_tests.ok > expout |