Skip to content

Commit

Permalink
Add stdio test.
Browse files Browse the repository at this point in the history
  • Loading branch information
blp committed Apr 1, 2005
1 parent 58655f9 commit 0c1ab03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TESTS = threads p1-1 p1-2 list stdlib userprog p2 vm filesys
TESTS = threads p1-1 p1-2 list stdlib stdio userprog p2 vm filesys

PATH := $(shell pwd)/../src/utils:$(PATH)

Expand Down Expand Up @@ -71,7 +71,7 @@ p1-2::
$(clean)

list: PROJECT = threads
list stdlib::
list stdlib stdio::
$(mk-sandbox)
cp ../src/tests/threads/$@.c $@/pintos/src/threads/test.c
$(MAKE) -C $@/pintos/src/threads -s
Expand Down

0 comments on commit 0c1ab03

Please sign in to comment.