aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Move testdir src/tests/ -> tests/Pau Espin Pedrol1-112/+0
2023-02-28test-ranap: don't use libosmocore's tall_msgb_ctxOliver Smith1-1/+1
2022-01-12test_common: use osmo_init_logging2 instead of osmo_init_loggingPhilipp Maier1-1/+3
2022-01-04Introduce dynamic log category for libosmo-rua/hnbapPau Espin Pedrol1-5/+3
2022-01-04tests/tests_common.c: Add missing headerPau Espin Pedrol1-0/+1
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2020-05-19Fix OneDefinitionRule Asan violation in tests and osmo-hnbgwPau Espin Pedrol1-2/+0
2020-02-15tests: Missing return statementMartin Hauke1-0/+1
2017-11-22test_common: fix compiler warning: include ranap_common.hNeels Hofmeyr1-0/+2
2017-11-22tests: sanitize: fix mem leaks, clean after testsNeels Hofmeyr1-1/+22
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr1-5/+0
2016-10-13fix msgb talloc context initializationNeels Hofmeyr1-0/+1
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-1/+1
2016-09-09tests: don't log filename nor color in unit testsNeels Hofmeyr1-0/+3
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte1-0/+1
2015-12-25factor out some common shared test init codeHarald Welte1-0/+87