mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 02:03:29 +01:00
Some capability checking progress
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/*
|
||||
* Main function for all tests
|
||||
*
|
||||
* Copyright (C) 2009 B Labs Ltd.
|
||||
*/
|
||||
#include <l4/api/errno.h>
|
||||
#include <container.h>
|
||||
@@ -9,7 +11,6 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
||||
printf("%s: Container %s started\n",
|
||||
__CONTAINER__, __CONTAINER_NAME__);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user