Fix bogus return value from `pintos' utility when calling Bochs
[pintos-anon] / tests / Makefile
index f7c813184e6a1eddbbeb146f343ae674f207db31..e6a9c98b4f13c7fe73946825afc5ac20d71d70ad 100644 (file)
@@ -1,5 +1,7 @@
 TESTS = threads p1-1 p1-2 p1-3 list stdlib userprog p2 vm filesys
 
+PATH := $(shell pwd)/../src/utils:$(PATH)
+
 check:
        $(MAKE) -C .. distclean
        for d in $(TESTS); do $(MAKE) $$d || exit 1; done