osmo-trx/tests/CommonLibs
Eric Wild 5561f1129d clean up mutex, scopedlock, and signal classes
This also uncovers very interesting design decisions like the copying of
mutexes and condition vars depending on recursive locks that were
previously hidden by shady c function calls..
We have perfectly good c++11 versions for all of that.

While we're at it, also use the initialization list for the other (still
copy constructable) vectors, which cleans up the radio interfaces.

Change-Id: Idc9e3b1144c5b93f5dad2f8e0e30f1058477aa52
2022-12-23 13:41:30 +00:00
..
BitVectorTest.cpp Add SPDX annotation 2019-07-22 12:06:26 +02:00
BitVectorTest.ok Set up GNU Autotest infrastructure 2018-01-10 11:17:32 +01:00
InterthreadTest.cpp clean up mutex, scopedlock, and signal classes 2022-12-23 13:41:30 +00:00
InterthreadTest.ok tests: InterThread: adapt to have reproducible output and enable autotest 2018-01-10 11:25:42 +01:00
LogTest.cpp tests: Replace deprecated API log_set_print_filename 2021-02-19 14:09:01 +01:00
LogTest.err Logger: Use libosmocore logging system 2018-02-27 07:11:11 +00:00
LogTest.ok Logger: Use libosmocore logging system 2018-02-27 07:11:11 +00:00
Makefile.am tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' 2022-04-13 19:55:36 +03:00
PRBSTest.cpp treewide: remove FSF address 2021-12-14 12:23:00 +01:00
PRBSTest.ok Set up GNU Autotest infrastructure 2018-01-10 11:17:32 +01:00
TimevalTest.cpp Add SPDX annotation 2019-07-22 12:06:26 +02:00
TimevalTest.ok tests: Timeval: adapt to have reproducible output and enable autotest 2018-01-10 11:29:13 +01:00
VectorTest.cpp Add SPDX annotation 2019-07-22 12:06:26 +02:00
VectorTest.ok Set up GNU Autotest infrastructure 2018-01-10 11:17:32 +01:00