]> sourceware.org Git - glibc.git/commitdiff
malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs
authorFlorian Weimer <fweimer@redhat.com>
Fri, 9 Jun 2017 12:08:57 +0000 (14:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 9 Jun 2017 12:08:57 +0000 (14:08 +0200)
They are already covered through the tests variable.

ChangeLog
malloc/Makefile

index 0acbe88f3088df6046792ca7f4c84e2a5979fa66..4fef78c7ce3a2a53b7ec23f3a6190b0ab8ded953 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-09  Florian Weimer  <fweimer@redhat.com>
+
+       * malloc/Makefile (test-srcs): Remove tst-dynarray,
+       tst-dynarray-fail.
+
 2017-06-09  Florian Weimer  <fweimer@redhat.com>
 
        Expose TEST_VERIFY_EXIT process termination to GCC optimizers.
index af025cbb243647f88853680aa4cc0e77bd565294..14c13f17dc99a56096ca55135cfcd7009ce1a022 100644 (file)
@@ -53,7 +53,7 @@ tests-static += tst-malloc-usable-static-tunables
 endif
 
 tests += $(tests-static)
-test-srcs = tst-mtrace tst-dynarray tst-dynarray-fail
+test-srcs = tst-mtrace
 
 routines = malloc morecore mcheck mtrace obstack reallocarray \
   scratch_buffer_grow scratch_buffer_grow_preserve \
This page took 0.147967 seconds and 5 git commands to generate.