diff options
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index d9468cd46c..efa4ad03ec 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -1,8 +1,7 @@ # Simple makefile for compiling test programs on Linux # These programs aren't intended to be included with the normal -# distro as they're not too interesting but good for testing during -# development. +# distro. They're not too interesting but they're good for testing. CC = gcc @@ -17,6 +16,7 @@ PROGS = cva \ projtex \ seccolor \ sharedtex \ + stencilwrap \ texline \ texwrap \ vptest1 \ |