mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 19:03:15 +01:00
Test container is planned to test codezero microkernel extensively. With these changes, everything is there to develop a full-featured test suite. It also exemplifies how a new container type can be added to the system. (cherry picked from commit f21fa53df421bfc8eeeaa096c89b98beed436c60)
14 lines
229 B
C
14 lines
229 B
C
/*
|
|
* Autogenerated definitions for this container.
|
|
*/
|
|
#ifndef __CONTAINER_H__
|
|
#define __CONTAINER_H__
|
|
|
|
|
|
#define __CONTAINER_NAME__ "%s"
|
|
#define __CONTAINER_ID__ %d
|
|
#define __CONTAINER__ "cont%d"
|
|
|
|
|
|
#endif /* __CONTAINER_H__ */
|