ASST2 target cleanup.

This commit is contained in:
Geoffrey Challen
2016-03-01 13:11:30 -05:00
parent 58315a9286
commit 4bbcf5839e
25 changed files with 83 additions and 89 deletions

View File

@@ -2,8 +2,8 @@
name: "Open Test"
description: >
Tests sys_open by attempting to open an existing file.
tags: [syscalls,filesyscalls]
depends: [boot]
tags: [sys_open,filesyscalls,syscalls]
depends: [console]
sys161:
ram: 512K
---