commit | a58065d4e2fc29644d804c92be773731242664c5 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Tue Mar 10 13:11:23 2009 +0000 |
committer | Keith Whitwell <keithw@vmware.com> | Tue Mar 10 13:11:23 2009 +0000 |
tree | a5a7387d97c3b4a2f4138769ab90cce54e9156df | |
parent | 225de01f83b58a09adfad47a5d71bece63a6ebfd [diff] [blame] |
progs/tests: compile with SCons and glew Also get mingw cross-compilation of these tests working
diff --git a/progs/SConscript b/progs/SConscript index 1670f97..71db283 100644 --- a/progs/SConscript +++ b/progs/SConscript
@@ -3,6 +3,7 @@ 'demos/SConscript', 'redbook/SConscript', 'samples/SConscript', + 'tests/SConscript', 'trivial/SConscript', 'vp/SConscript', 'vpglsl/SConscript',