mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
util: tests: vma test depends on C++11 support
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106776
Fixes: 943fecc569 ("util: Add a randomized test for the virtual memory allocator")
Tested-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
6b8f3724c8
commit
4b123fb74b
1 changed files with 5 additions and 2 deletions
|
|
@ -22,8 +22,11 @@
|
|||
SUBDIRS = . \
|
||||
xmlpool \
|
||||
tests/hash_table \
|
||||
tests/string_buffer \
|
||||
tests/vma
|
||||
tests/string_buffer
|
||||
|
||||
if HAVE_STD_CXX11
|
||||
SUBDIRS += tests/vma
|
||||
endif
|
||||
|
||||
include Makefile.sources
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue