Browse Source

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>
tags/18.2-branchpoint
Scott D Phillips 7 years ago
parent
commit
4b123fb74b
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      src/util/Makefile.am

+ 5
- 2
src/util/Makefile.am View File

@@ -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…
Cancel
Save