test161: Adding assignment 1 commands, tests, and targets

This commit is contained in:
Scott Haseley
2016-02-16 01:28:22 -05:00
parent 0bdd3681c6
commit 2b0c91ff4b
21 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
name: "Thread Test 1"
tags:
- threads
depends:
- boot
---
tt1

View File

@@ -0,0 +1,8 @@
---
name: "Thread Test 2"
tags:
- threads
depends:
- boot
---
tt2

View File

@@ -0,0 +1,8 @@
---
name: "Thread Test 3"
tags:
- threads
depends:
- boot
---
tt3