usertests and optional finished

This commit is contained in:
2025-05-29 21:10:27 +08:00
parent e12b8c1d32
commit 7b2491c658
9 changed files with 153 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
# To compile and run with a lab solution, set the lab name in conf/lab.mk
# (e.g., LAB=util). Run make grade to test solution with the lab's
# grade script (e.g., grade-lab-util).
@@ -246,7 +245,8 @@ endif
ifeq ($(LAB),pgtbl)
UPROGS += \
$U/_pgtbltest
$U/_pgtbltest\
$U/_dirtypagestest
endif
ifeq ($(LAB),lock)