summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-11-27 19:18:25 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-10 22:01:30 +0100
commitcb4d5021c66d3067d592ce07d77373cf956c8459 (patch)
tree23c7612575cf272d36d1682043585a85f9472814 /configure.ac
parent59088a2c2cf2b2a8bfaf19ae6440ea827c891d9d (diff)
downloadexternal_mesa3d-cb4d5021c66d3067d592ce07d77373cf956c8459.zip
external_mesa3d-cb4d5021c66d3067d592ce07d77373cf956c8459.tar.gz
external_mesa3d-cb4d5021c66d3067d592ce07d77373cf956c8459.tar.bz2
gallium/tests/unit: Convert to automake
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fd7cefd..9553e13 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