summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2009-11-23 17:27:26 -0500
committerAustin Clements <[email protected]>2009-11-23 17:27:26 -0500
commitf4c12f116d328c0b56eabac327a9cc4882c57128 (patch)
treee6b9845f4014a005323a7f46dd62d041352e276a /Makefile
parentd6cd7d0804c774ddafed204f577e274ad6d81aa3 (diff)
downloadxv6-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24ba05e..3cab47a 100644
--- a/Makefile
+++ b/Makefile
@@ -107,6 +107,7 @@ UPROGS=\
_mkdir\
_rm\
_sh\
+ _stressfs\
_usertests\
_wc\
_zombie\