diff options
author | Roland Scheidegger <[email protected]> | 2007-12-11 15:37:47 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2007-12-11 15:38:34 +0100 |
commit | 46c405663b20a33be7ed386ce61f66b9c2ee072b (patch) | |
tree | 7567d1844f1478158c97708e7d132feec0d3d985 /progs/tests/Makefile | |
parent | 8dc188485be27dee7a3f2d1cc47527e183d7ee17 (diff) |
add simple test for two-sided stencil functionality
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 18b051a14c0..51bb9d53a3e 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -60,6 +60,7 @@ SOURCES = \ readrate.c \ seccolor.c \ sharedtex.c \ + stencil_twoside.c \ stencilwrap.c \ stencil_wrap.c \ subtexrate.c \ |