]> sourceware.org Git - valgrind.git/commitdiff
Add demangle-rust to check_PROGRAMS
authorMark Wielaard <mark@klomp.org>
Thu, 11 Nov 2021 17:02:09 +0000 (18:02 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 11 Nov 2021 17:02:18 +0000 (18:02 +0100)
The demangle-rust.vgtest would fail because the demangle-rust binary
wasn't build by default. Add it to check_PROGRAMS and define
demangle_rust_SOURCES to make sure it is always build.

memcheck/tests/Makefile.am

index 7837d87c71fbfb42cc69759a6527bf2b030d4e9e..449710020aac3d1e8ea857a0e4183f2c72635178 100644 (file)
@@ -392,6 +392,7 @@ check_PROGRAMS = \
        custom_alloc \
        custom-overlap \
        demangle \
+       demangle-rust \
        big_debuginfo_symbol \
        deep-backtrace \
        describe-block \
@@ -505,6 +506,7 @@ endif
 leak_cpp_interior_SOURCES      = leak_cpp_interior.cpp
 
 demangle_SOURCES = demangle.cpp
+demangle_rust_SOURCES = demangle-rust.c
 
 # Suppress various gcc warnings which are correct, but for things
 # we are actually testing for at runtime.
This page took 1.202031 seconds and 5 git commands to generate.