diff options
Diffstat (limited to 'pintos-progos/tests/vm/pt-write-code.ck')
| -rw-r--r-- | pintos-progos/tests/vm/pt-write-code.ck | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pintos-progos/tests/vm/pt-write-code.ck b/pintos-progos/tests/vm/pt-write-code.ck new file mode 100644 index 0000000..65610fb --- /dev/null +++ b/pintos-progos/tests/vm/pt-write-code.ck | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | use tests::vm::process_death; | ||
| 6 | |||
| 7 | check_process_death ('pt-write-code'); | ||
