From: Ben Pfaff Date: Mon, 22 May 2006 17:52:28 +0000 (+0000) Subject: Add test that compiles the examples. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=d0310bffc6d7c6e74bc7e48c9a38c3804aed08e6 Add test that compiles the examples. --- diff --git a/tests/Makefile b/tests/Makefile index 5d53e28..b119ffd 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -TESTS = threads p1 userprog p2 vm p3 filesys p4 +TESTS = examples threads p1 userprog p2 vm p3 filesys p4 PATH := $(shell pwd)/../src/utils:$(PATH) @@ -52,7 +52,7 @@ threads:: $(compile) $(run-tests) TESTS=tests/threads/alarm-single $(clean) -userprog vm filesys:: +examples userprog vm filesys:: $(mk-sandbox) $(compile) $(clean)