test161: Adding assignment 1 commands, tests, and targets
This commit is contained in:
9
test161/tests/sync/cvt1.t
Normal file
9
test161/tests/sync/cvt1.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "CV Test 1"
|
||||
tags:
|
||||
- sync
|
||||
- cv
|
||||
depends:
|
||||
- lt1.t
|
||||
---
|
||||
cvt1
|
||||
9
test161/tests/sync/cvt2.t
Normal file
9
test161/tests/sync/cvt2.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "CV Test 2"
|
||||
tags:
|
||||
- sync
|
||||
- cv
|
||||
depends:
|
||||
- lt1.t
|
||||
---
|
||||
cvt2
|
||||
9
test161/tests/sync/cvt3.t
Normal file
9
test161/tests/sync/cvt3.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "CV Test 3"
|
||||
tags:
|
||||
- sync
|
||||
- cv
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
cvt3
|
||||
9
test161/tests/sync/cvt4.t
Normal file
9
test161/tests/sync/cvt4.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "CV Test 4"
|
||||
tags:
|
||||
- sync
|
||||
- cv
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
cvt4
|
||||
9
test161/tests/sync/lt1.t
Normal file
9
test161/tests/sync/lt1.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "Lock Test 1"
|
||||
tags:
|
||||
- sync
|
||||
- locks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
lt1
|
||||
9
test161/tests/sync/lt2.t
Normal file
9
test161/tests/sync/lt2.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "Lock Test 2"
|
||||
tags:
|
||||
- sync
|
||||
- locks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
lt2
|
||||
9
test161/tests/sync/lt3.t
Normal file
9
test161/tests/sync/lt3.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "Lock Test 3"
|
||||
tags:
|
||||
- sync
|
||||
- locks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
lt3
|
||||
9
test161/tests/sync/rwt1.t
Normal file
9
test161/tests/sync/rwt1.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "RW Lock Test 1"
|
||||
tags:
|
||||
- sync
|
||||
- rwlocks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
rwt1
|
||||
9
test161/tests/sync/rwt2.t
Normal file
9
test161/tests/sync/rwt2.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "RW Lock Test 2"
|
||||
tags:
|
||||
- sync
|
||||
- rwlocks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
rwt2
|
||||
9
test161/tests/sync/rwt3.t
Normal file
9
test161/tests/sync/rwt3.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "RW Lock Test 3"
|
||||
tags:
|
||||
- sync
|
||||
- rwlocks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
rwt3
|
||||
9
test161/tests/sync/rwt4.t
Normal file
9
test161/tests/sync/rwt4.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "RW Lock Test 4"
|
||||
tags:
|
||||
- sync
|
||||
- rwlocks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
rwt4
|
||||
9
test161/tests/sync/rwt5.t
Normal file
9
test161/tests/sync/rwt5.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "RW Lock Test 5"
|
||||
tags:
|
||||
- sync
|
||||
- rwlocks
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
rwt5
|
||||
9
test161/tests/sync/sem1.t
Normal file
9
test161/tests/sync/sem1.t
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: "Semaphore Test"
|
||||
tags:
|
||||
- sync
|
||||
- semaphore
|
||||
depends:
|
||||
- boot
|
||||
---
|
||||
sem1
|
||||
Reference in New Issue
Block a user