From 6917ef10f20d2c6de92e5432b9483d9648d8b0c0 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 13 Apr 2010 07:05:13 +0900 Subject: progs/gallium: Move into src/gallium/tests Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src --- src/gallium/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/SConscript') diff --git a/src/gallium/SConscript b/src/gallium/SConscript index b8c04f7237..0353b05fd2 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -22,3 +22,6 @@ if platform == 'windows': SConscript('winsys/SConscript') SConscript('targets/SConscript') + +SConscript('tests/unit/SConscript') +#SConscript('tests/raw/SConscript') -- cgit v1.2.3