summaryrefslogtreecommitdiff
path: root/grade-lab-pgtbl
diff options
context:
space:
mode:
authorSanjit Bhat <[email protected]>2023-09-13 16:13:31 -0400
committerSanjit Bhat <[email protected]>2023-09-13 16:13:31 -0400
commit0a22d28fdb2e421397cc882e0c6028d93058dc2d (patch)
tree6172551d32187623332a9dffb160aec376714080 /grade-lab-pgtbl
parent725a5ff207d66697cd0bfe78936a2174d1601278 (diff)
downloadxv6-labs-0a22d28fdb2e421397cc882e0c6028d93058dc2d.tar.gz
xv6-labs-0a22d28fdb2e421397cc882e0c6028d93058dc2d.tar.bz2
xv6-labs-0a22d28fdb2e421397cc882e0c6028d93058dc2d.zip
revert answers
Diffstat (limited to 'grade-lab-pgtbl')
-rwxr-xr-xgrade-lab-pgtbl5
1 files changed, 5 insertions, 0 deletions
diff --git a/grade-lab-pgtbl b/grade-lab-pgtbl
index 19706b3..121bb3b 100755
--- a/grade-lab-pgtbl
+++ b/grade-lab-pgtbl
@@ -57,6 +57,11 @@ def test_pteprint():
pa = (int(matches[0][0], 16) >> 10) << 12
assert_equal(int(matches[0][1], 16), pa)
+@test(5, "answers-pgtbl.txt")
+def test_answers():
+ # just a simple sanity check, will be graded manually
+ check_answers("answers-pgtbl.txt")
+
@test(0, "usertests")
def test_usertests():
r.run_qemu(shell_script([