Add file system persistence tests:
[pintos-anon] / src / tests / userprog / Make.tests
index f8ad9c977d852cdfd548f8a9075ed7cc56d981ad..9a5869f51e8b32643f9f4bcd564ab55078ba2498 100644 (file)
@@ -1,8 +1,6 @@
 # -*- makefile -*-
 
-PINTOSFLAGS += --fs-disk=2
-KERNELFLAGS += -f
-
+tests/%.output: FSDISK = 2
 tests/%.output: PUTFILES = $(filter-out os.dsk, $^)
 
 tests/userprog_TESTS = $(addprefix tests/userprog/,args-none           \