diff options
author | José Fonseca <[email protected]> | 2010-04-13 07:05:13 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-13 07:05:46 +0900 |
commit | 6917ef10f20d2c6de92e5432b9483d9648d8b0c0 (patch) | |
tree | 86c95f54d7ce0dcc02a3a55ab617b723b6fc76b2 /src/gallium/SConscript | |
parent | 6cd82eb399c8a6c248c2d9b135bafefbac8fbe0f (diff) |
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
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index b8c04f72379..0353b05fd21 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') |