diff options
author | Austin Clements <[email protected]> | 2009-11-23 17:27:26 -0500 |
---|---|---|
committer | Austin Clements <[email protected]> | 2009-11-23 17:27:26 -0500 |
commit | f4c12f116d328c0b56eabac327a9cc4882c57128 (patch) | |
tree | e6b9845f4014a005323a7f46dd62d041352e276a /Makefile | |
parent | d6cd7d0804c774ddafed204f577e274ad6d81aa3 (diff) | |
download | xv6-labs-f4c12f116d328c0b56eabac327a9cc4882c57128.tar.gz xv6-labs-f4c12f116d328c0b56eabac327a9cc4882c57128.tar.bz2 xv6-labs-f4c12f116d328c0b56eabac327a9cc4882c57128.zip |
Add the test we used in lecture to creash the IDE system when the
locks were moved around.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ UPROGS=\ _mkdir\ _rm\ _sh\ + _stressfs\ _usertests\ _wc\ _zombie\ |