Beat Küng
cb87f1ea85
unittests: handle visibility.h correctly
2017-03-29 23:02:09 +02:00
Beat Küng
b4290b6b52
params: make param_t uint16_t on NuttX
...
param_t is only used as an offset and we have <1000 params, so an uint16_t
is enough.
This saves roughly 1KB of RAM. We only do that on NuttX because normal
integers have better performance in general.
Previously on amd64, this was even 64bits because it was an uintptr_t.
2017-03-14 21:30:53 +01:00
Stephan Brown
e57f6221b2
Rearrange parameter unit tests so they are in alphabetical order.
2017-01-06 09:58:58 +01:00
Daniel Agar
51298c1eb1
remove unused
2016-05-13 13:01:42 +02:00
Daniel Agar
d85e7732b4
fix param_test
2016-05-13 13:01:42 +02:00
Lorenz Meier
7b05165249
Param unit test: Fix CLANG compile warning
2015-06-30 07:15:40 +02:00
Daniel Agar
b55fe24161
unittests fix code style
2015-03-19 23:49:35 +01:00
Andreas Antener
a7580a1eae
added actual tests and fixed reset-exclude funtction
2015-02-10 08:39:46 +01:00
Andreas Antener
28e943ca28
setting parameters at runtime to get rid of the designated union initializer
2015-02-10 08:39:46 +01:00
Andreas Antener
5cccc01cd4
added unit test directive to switch out parameter storage
2015-02-10 08:39:46 +01:00
Andreas Antener
13039f9e69
hard-code parameter array for verification
2015-02-10 08:39:46 +01:00
Andreas Antener
a73a095c1d
added test and stub
2015-02-10 08:39:46 +01:00