Reorganized test container sources

This commit is contained in:
Bahadir Balban
2009-10-23 16:41:30 +03:00
parent 6093214981
commit 4a24e02151
19 changed files with 586 additions and 508 deletions

View File

@@ -3,7 +3,7 @@ Import('env')
Import('symbols')
# The set of source files associated with this SConscript file.
src_local = ['kip.c', 'syscall.c', 'thread.c', 'ipc.c', 'space.c', 'mutex.c', 'capability.c']
src_local = ['kip.c', 'syscall.c', 'thread.c', 'ipc.c', 'map.c', 'mutex.c', 'capability.c', 'exregs.c']
obj = env.Object(src_local)