3 # Test programs to compile, and a list of sources for each.
4 # To add a new test, put its name on the PROGS list
5 # and then add a name_SRC line that lists its source files.
6 PROGS = cat cmp cp echo halt hex-dump ls mcp mkdir rm shell \
7 bubsort insult lineup matmult recursor
14 hex-dump_SRC = hex-dump.c
21 bubsort_SRC = bubsort.c
24 matmult_SRC = matmult.c
25 recursor_SRC = recursor.c
27 include $(SRCDIR)/Makefile.userprog