summaryrefslogtreecommitdiffstats
path: root/src/examples/Makefile
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-02-05 17:39:42 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-02-05 17:39:42 +0100
commit4423b73d2b76c169e3af9770e0b4ebde91168a8c (patch)
tree4ff8b1fea3ae74c5c87c8551587b5fc2587aa3f0 /src/examples/Makefile
parented2f31c5978911d8afe9276e55b3be22bdd0547b (diff)
downloadpintos-4423b73d2b76c169e3af9770e0b4ebde91168a8c.tar.gz
add test for read
Diffstat (limited to 'src/examples/Makefile')
-rw-r--r--src/examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile b/src/examples/Makefile
index a89a3e3..bcfab6b 100644
--- a/src/examples/Makefile
+++ b/src/examples/Makefile
@@ -8,9 +8,10 @@ PROGS = cat cmp cp echo halt hex-dump ls mcat mcp mkdir pwd rm shell \
sumargv lab2test lab1test lab1test2 pfs pfs_reader pfs_writer dummy longrun \
child parent create-bad printf
-PROGS += create
+PROGS += create read
create_SRC = create.c
+read_SRC = read.c
# Added test programs
printf_SRC = printf.c