u-boot-2016/test
Simon Glass b01495e644 test: Add a simple test to detected warnings with uint64_t, uintptr_t
These types are problematic because they are typically declared in a
non-standard way in U-Boot. For example, U-Boot uses 'long long' for
int64_t even on a 64-bit machine whereas stdint.h uses 'long'.
Similarly, U-Boot always uses 'long' for intptr_t whereas stdint.h mostly
uses 'int'.

This simple test script runs a few toolchains on a few archs to check for
warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-10-27 11:04:01 -04:00
..
dfu
dm test: dm: Add additional GPIO tests 2014-10-23 19:29:53 -06:00
image
stdint test: Add a simple test to detected warnings with uint64_t, uintptr_t 2014-10-27 11:04:01 -04:00
trace
ums
vboot
cmd_repeat.sh
command_ut.c cli: hush: Adjust 'run' command to run each line of the env var 2014-10-27 11:03:33 -04:00
common.sh
compression.c
Makefile