aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellings and typosMartin Hauke2019-10-171-3/+3
* Add SPDX annotationPau Espin Pedrol2019-07-226-0/+7
* cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2019-07-221-1/+1
* Transceiver: replace UDPSocket with libosmocore socket APIPau Espin Pedrol2019-07-024-114/+0
* tests: Re-enable the convolve_test by defaultSylvain Munaut2019-01-241-2/+0
* tests: Rework the convolve_testSylvain Munaut2019-01-244-167/+925
* convolve: Remove support for step, offset parametersSylvain Munaut2019-01-211-12/+4
* LMSDeviceTest: fix link errors on OBSOliver Smith2018-12-171-1/+2
* TimevalTest: Make test deterministic with fake timePau Espin Pedrol2018-12-131-7/+18
* LMSDevice: make use of dev-args in osmo-trx.cfgOliver Smith2018-12-133-0/+57
* SocketsTest.testReaderIP(): Zero terminate received bufferHarald Welte2018-10-211-1/+2
* Use pthread_setname_np to name threadsPau Espin Pedrol2018-09-281-2/+2
* cosmetic: Use proper whitespace in several for loopsPau Espin Pedrol2018-09-131-2/+2
* build: Fix OBS build for ARMPau Espin Pedrol2018-04-281-2/+3
* build: Fix make distcheckPau Espin Pedrol2018-04-271-1/+2
* Logger: Print correct source file and line numberPau Espin Pedrol2018-04-251-5/+5
* Move arch specific fiels to arch subdirPau Espin Pedrol2018-04-242-2/+2
* tests: Makefile.am: Fix typo in include pathPau Espin Pedrol2018-04-161-1/+1
* use osmo_init_logging2()Pau Espin Pedrol2018-04-161-1/+6
* Logger: Use libosmocore logging systemPau Espin Pedrol2018-02-274-68/+35
* Logger: Drop syslog supportPau Espin Pedrol2018-02-201-1/+1
* Logger: get rid of alarm APIsPau Espin Pedrol2018-02-202-46/+0
* tests: null-terminate bufferMax2018-01-311-1/+1
* tests: convolve: Disable due to difference in output in different archsPau Espin Pedrol2018-01-161-2/+2
* contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction setPau Espin Pedrol2018-01-151-0/+2
* tests: TimevalTest: refactor and avoid double comparisonPau Espin Pedrol2018-01-151-9/+15
* tests: SocketsTest: Fail test on write failPau Espin Pedrol2018-01-151-1/+7
* tests: SocketsTest: Avoid hang forever if test failsPau Espin Pedrol2018-01-151-1/+15
* tests: SocketTests: Pick OS-assigned instead of setting one manuallyPau Espin Pedrol2018-01-151-8/+9
* Remove UDDSocket classPau Espin Pedrol2018-01-111-28/+1
* tests: Migrate convtest util to autotest infrastructurePau Espin Pedrol2018-01-115-0/+246
* tests: Sockets: adapt to have reproducible output and enable autotestPau Espin Pedrol2018-01-103-10/+13
* tests: Log: adapt to have reproducible output and enable autotestPau Espin Pedrol2018-01-104-89/+91
* tests: Timeval: adapt to have reproducible output and enable autotestPau Espin Pedrol2018-01-103-31/+23
* tests: InterThread: adapt to have reproducible output and enable autotestPau Espin Pedrol2018-01-103-91/+33
* Set up GNU Autotest infrastructurePau Espin Pedrol2018-01-1017-0/+828