Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / userprog / sc-bad-sp.ck
diff --git a/src/tests/userprog/sc-bad-sp.ck b/src/tests/userprog/sc-bad-sp.ck
new file mode 100644 (file)
index 0000000..d0622d4
--- /dev/null
@@ -0,0 +1,8 @@
+# -*- perl -*-
+use strict;
+use warnings;
+use tests::tests;
+check_expected ([<<'EOF']);
+(sc-bad-sp) begin
+sc-bad-sp: exit(-1)
+EOF