diff options
| author | Felipe Boeira <felipe.boeira@liu.se> | 2020-03-04 14:49:23 +0100 |
|---|---|---|
| committer | Felipe Boeira <felipe.boeira@liu.se> | 2020-03-04 14:49:23 +0100 |
| commit | aa02564229d69a16da3d34a3742233aac81fd8b1 (patch) | |
| tree | c958a2f70d55ae7c3720d28559b3a5448b3f42b2 /src/examples/Makefile | |
| parent | a2730d47f02ddd8c40021bfdd962b986b09fc556 (diff) | |
| download | pintos-aa02564229d69a16da3d34a3742233aac81fd8b1.tar.gz | |
Updated tests
Diffstat (limited to 'src/examples/Makefile')
| -rw-r--r-- | src/examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile index 986e492..5517532 100644 --- a/src/examples/Makefile +++ b/src/examples/Makefile @@ -4,7 +4,7 @@ SRCDIR = .. # To add a new test, put its name on the PROGS list # and then add a name_SRC line that lists its source files. PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \ - bubsort insult lineup matmult recursor \ + bubsort insult lineup matmult recursor recursor_ng \ sumargv lab2test lab1test lab1test2 pfs pfs_reader pfs_writer dummy longrun \ child parent create-bad printf @@ -34,6 +34,7 @@ insult_SRC = insult.c lineup_SRC = lineup.c ls_SRC = ls.c recursor_SRC = recursor.c +recursor_ng_SRC = recursor_ng.c rm_SRC = rm.c # Should work in project 3; also in project 4 if VM is included. |
