diff options
Diffstat (limited to 'pintos-progos/tests/threads/alarm-single.ck')
| -rw-r--r-- | pintos-progos/tests/threads/alarm-single.ck | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pintos-progos/tests/threads/alarm-single.ck b/pintos-progos/tests/threads/alarm-single.ck new file mode 100644 index 0000000..31215df --- /dev/null +++ b/pintos-progos/tests/threads/alarm-single.ck | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use tests::tests; | ||
| 3 | use tests::threads::alarm; | ||
| 4 | check_alarm (1); | ||
