History log of /seL4-test-master/projects/sel4test/apps/sel4test-tests/CMakeLists.txt
Revision Date Author Comments
# 8dab1c52 11-Dec-2019 Matthew <matt.phillips121@gmail.com>

Move the inline assembly into its own file

Clang was having trouble handling some of the assembly instructions when
they were declared in the C file


# e1427903 19-Sep-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Remove -u __vsyscall_ptr build flag setting

This was required to use libsel4muslcsys but depending on the library
will create this flag automatically.


# a63f5b05 22-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

sel4test-tests: Use arm arch files on RISC-V

Instead of duplicating the implementation, we use the Arm one. It is
expected that eventually these arch functions become non-arch.


# 7263e5a5 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

sel4test: explicitly link sel4_autoconf

since the global conf lib is going be removed, we need to explicitly
linke each project with sel4_autoconf and other config libs
this commit also removed a bunch of unused includes as well as
HAVE_AUTOCONF ifdef checking.


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

sel4test: remove autoconf.h from sel4test

this commit removes autoconf.h generation from sel4test and
append '#include <sel4test/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'


# e30e43df 09-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

sel4test-tests: depend on sel4serialserver_tests

This is where the serialserver tests now live.


# 80b1176f 08-Jul-2019 Simon Shields <simon.shields@data61.csiro.au>

trivial: style changed files


# 49f26ea5 03-Jun-2019 Simon Shields <simon.shields@data61.csiro.au>

sel4test-tests: request serial caps from driver

Since we can only allocate individual frame capabilities once, currently
sel4test passes the serial frame into test processes explicitly.

We remove this explicit mechanism, and make sel4test-tests send a RPC
message to the test driver to request these frames when they're
allocated.


# d9f3eae4 25-Mar-2019 Curtis Millar <curtis.millar@data61.csiro.au>

Depend on sel4runtime.


# 9de330d3 31-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Avoid redundantly declaring src directory as include path

For source relative includes with "" the src directory will already be checked for headers
and so it does not need to be explicitly added as an include path


# 0aef81f1 14-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

Add CMake configuration files


# c1d71945 13-Jun-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Add CMake build rules for building the two sel4test applications