1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/posix_semaphore
Gaëtan Harter 6e7fa9e9e0
tests/posix_semaphore: private sub functions for tests libs
While trying python test libraries, like pytest, the automatic test collection
detects the `testNUM` functions as tests but does not know the `term` argument
and fails.

This declares them as private to only find `testfunc(child)` entry point.

Another solution could have been to use `testNUM(child)` and rename
`testfunc` to `main` but would not match other tests.
2019-01-21 12:32:29 +01:00
..
tests tests/posix_semaphore: private sub functions for tests libs 2019-01-21 12:32:29 +01:00
main.c tests/posix_semaphore: increase timeout margin 2018-12-14 22:22:36 +01:00
Makefile tests: remove obsolete local test targets 2018-09-07 15:13:08 +02:00