Added more userprog tests, mostly relating to boundary conditions
[pintos-anon] / src / tests / Make.tests
index 358e69724b156b15dc98c76301367015ee3b6a59..32494ca104f3c62056e24b69bb3e845e3619a0d4 100644 (file)
@@ -47,6 +47,7 @@ outputs:: $(OUTPUTS)
 $(foreach prog,$(PROGS),$(eval $(prog).output: $(prog)))
 $(foreach test,$(TESTS),$(eval $(test).output: $($(test)_PUTFILES)))
 $(foreach test,$(TESTS),$(eval $(test).output: TEST = $(test)))
+$(foreach test,$(TESTS),$(eval $(test).result: $(test).output $(test).ck))
 
 # Prevent an environment variable VERBOSE from surprising us.
 VERBOSE =