History log of /seL4-test-master/projects/seL4_libs/libsel4test/include/sel4test/macros.h
Revision Date Author Comments
# 72efa897 09-Feb-2020 Matthew <matt.phillips121@gmail.com>

Include necessary header

Clang complains about not being able to find the printf
implementation without this include


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 7060d41d 13-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4test: trivial: use #pragma once


# 32d031d8 13-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4test: simplify output buffering

- remove BUFFER_OUTPUT, as PRINT_XML implies it
- use config_set where possible
- replace interface with the following:
sel4test_start_printf_buffer: start buffering output
sel4test_end_printf_buffer: dump output and stop buffering
- remove a lot of ifdefs. sel4test is not build for performance
and its
best we compile as much code as possible.
sel4test_start_printf_buffer
does nothing if PRINT_XML is not enabled.


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses