diff options
author | Andreas Boll <[email protected]> | 2012-11-27 19:18:25 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:30 +0100 |
commit | cb4d5021c66d3067d592ce07d77373cf956c8459 (patch) | |
tree | 23c7612575cf272d36d1682043585a85f9472814 /configure.ac | |
parent | 59088a2c2cf2b2a8bfaf19ae6440ea827c891d9d (diff) |
gallium/tests/unit: Convert to automake
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fd7cefd0a95..9553e13a03e 100644 --- a/configure.ac +++ b/configure.ac @@ -1753,7 +1753,7 @@ dnl dnl Gallium Tests dnl if test "x$enable_gallium_tests" = xyes; then - SRC_DIRS="$SRC_DIRS gallium/tests/trivial" + SRC_DIRS="$SRC_DIRS gallium/tests/trivial gallium/tests/unit" enable_gallium_loader=yes fi @@ -2101,6 +2101,7 @@ AC_CONFIG_FILES([configs/current src/gallium/targets/xvmc-r600/Makefile src/gallium/targets/xvmc-softpipe/Makefile src/gallium/tests/trivial/Makefile + src/gallium/tests/unit/Makefile src/gallium/winsys/Makefile src/gallium/winsys/i915/drm/Makefile src/gallium/winsys/i915/sw/Makefile |