From: Florian Weimer Date: Wed, 4 Apr 2018 14:08:18 +0000 (+0200) Subject: inet: Actually build and run tst-deadline X-Git-Tag: glibc-2.28~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07367bcf8ef92ab746c70258a17d386083a274e;p=thirdparty%2Fglibc.git inet: Actually build and run tst-deadline --- diff --git a/ChangeLog b/ChangeLog index 0748cdafe55..663e80c1953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-04-04 Florian Weimer + + 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 [BZ #22947] diff --git a/inet/Makefile b/inet/Makefile index f63c7e25bad..5d02c376260 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -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