]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Whoops, forgot to commit changes to Makefile.am when I added the 'new_nothrow'
authorNicholas Nethercote <njn@valgrind.org>
Fri, 10 Oct 2003 11:01:44 +0000 (11:01 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 10 Oct 2003 11:01:44 +0000 (11:01 +0000)
test.

MERGE TO STABLE

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1901

memcheck/tests/Makefile.am

index 715ab0cdd437a62c8fc24444afa0ed1847a94760..e6db9038a35e39a7c957af330a7284f8f89101f1 100644 (file)
@@ -40,6 +40,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
        mmaptest.stderr.exp mmaptest.vgtest \
        nanoleak.stderr.exp nanoleak.vgtest \
        nanoleak_supp.stderr.exp nanoleak_supp.vgtest nanoleak.supp \
+       new_nothrow.stderr.exp new_nothrow.vgtest \
        new_override.stderr.exp new_override.vgtest \
        null_socket.stderr.exp null_socket.vgtest \
        overlap.stderr.exp overlap.stdout.exp overlap.vgtest \
@@ -67,7 +68,7 @@ check_PROGRAMS = \
        clientperm custom_alloc \
        doublefree error_counts errs1 exitprog fprw fwrite inits inline \
        malloc1 malloc2 malloc3 manuel1 manuel2 manuel3 \
-       memalign_test memcmptest mmaptest nanoleak null_socket \
+       memalign_test memcmptest mmaptest nanoleak new_nothrow null_socket \
        overlap pushfpopf \
        realloc1 realloc2 realloc3 sigaltstack signal2 supp1 supp2 suppfree \
        trivialleak tronical weirdioctl \
@@ -126,5 +127,6 @@ writev_SOURCES              = writev.c
 
 # C++ ones
 mismatches_SOURCES     = mismatches.cpp
+new_nothrow_SOURCES    = new_nothrow.cpp
 new_override_SOURCES   = new_override.cpp