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 --- progs/SConscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'progs/SConscript') diff --git a/progs/SConscript b/progs/SConscript index 4cd35fec64..d84e0a8220 100644 --- a/progs/SConscript +++ b/progs/SConscript @@ -56,6 +56,4 @@ SConscript([ 'fp/SConscript', 'wgl/SConscript', 'perf/SConscript', - 'gallium/unit/SConscript', -# 'gallium/raw/SConscript', ]) -- cgit v1.2.3