]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
inet: Actually build and run tst-deadline
authorFlorian Weimer <fweimer@redhat.com>
Wed, 4 Apr 2018 14:08:18 +0000 (16:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 4 Apr 2018 14:08:18 +0000 (16:08 +0200)
ChangeLog
inet/Makefile

index 0748cdafe556b2250d17baf2254f331bdff4bdbb..663e80c19538294cca38b62e48ecdb802e1b6979 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-04-04  Florian Weimer  <fweimer@redhat.com>
+
+       inet: Actually build and run tst-deadline.
+       * inet/Makefile (tests-internal): Add tst-deadline and do not
+       overwrite the variable.
+       (tests-static-internal): Remove variable.
+
 2018-04-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        [BZ #22947]
index f63c7e25bad22ecd420a28fc4867ac41af7fd56a..5d02c376260ba94d9e6a224774115a70ad9d97aa 100644 (file)
@@ -57,11 +57,11 @@ tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
 # tst-deadline must be linked statically so that we can access
 # internal functions.
 tests-static += tst-deadline
-tests-static-internal := tst-deadline
+tests-internal += tst-deadline
 
 # tst-inet6_scopeid_pton also needs internal functions but does not
 # need to be linked statically.
-tests-internal := tst-inet6_scopeid_pton
+tests-internal += tst-inet6_scopeid_pton
 
 include ../Rules