From aa02564229d69a16da3d34a3742233aac81fd8b1 Mon Sep 17 00:00:00 2001 From: Felipe Boeira Date: Wed, 4 Mar 2020 14:49:23 +0100 Subject: Updated tests --- src/examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/examples/Makefile') 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. -- cgit v1.2.1