mesa/src/gallium/tests/unit
José Fonseca 601498ae73 scons: Revamp how to specify targets to build.
Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

  scons libgl-xlib

  scons libgl-gdi

  scons graw-progs

  scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

  scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
2010-11-01 13:30:22 +00:00
..
Makefile util: Helper function to determined whether two formats can be memcpy'ed. 2010-09-05 10:17:51 +01:00
pipe_barrier_test.c gallium/tests: Add test case for pipe_barrier. 2010-04-14 18:06:54 -07:00
SConscript scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
translate_test.c translate_test: Fix compilation with MSVC. 2010-08-12 17:12:56 -07:00
u_cache_test.c gallium/tests: Add test case for u_cache. 2010-04-21 18:31:01 -07:00
u_format_compatible_test.c util: Helper function to determined whether two formats can be memcpy'ed. 2010-09-05 10:17:51 +01:00
u_format_test.c util: Flush stdout on util_format. 2010-09-22 15:02:39 +01:00
u_half_test.c progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00