History log of /seL4-camkes-master/projects/seL4_libs/libsel4serialserver/src/test.c
Revision Date Author Comments
# ba3c28d5 10-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

sel4test: Declare env struct formally in libsel4test

This environment definition is presently used by any test declared by DEFINE_TEST, and so
must be a common declaration.

For correct compilation the partial (and incorrect) duplicate of the environment in the
serialserver tests is removed in this same commit


# d9dfbe76 26-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1083 rename DEFINE_TEST_MAYBE to DEFINE_TEST


# c05c7f46 25-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

Style fixes for libsel4serialserver


# 4a22508f 18-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1107 move serial server to own library