From d0310bffc6d7c6e74bc7e48c9a38c3804aed08e6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 22 May 2006 17:52:28 +0000 Subject: [PATCH] Add test that compiles the examples. --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2