diff options
Diffstat (limited to 'tests/noop/init.c')
| -rw-r--r-- | tests/noop/init.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/noop/init.c b/tests/noop/init.c new file mode 100644 index 0000000..a7e66f8 --- /dev/null +++ b/tests/noop/init.c @@ -0,0 +1,13 @@ +#include <common/test.h> + +START(pid, tid, d0, d1, d2, d3) +{ + UNUSED(pid); + UNUSED(tid); + UNUSED(d0); + UNUSED(d1); + UNUSED(d2); + UNUSED(d3); + sys_noop(); + ok(); +} |
