mirror of git://sourceware.org/git/glibc.git
inet: Actually build and run tst-deadline
This commit is contained in:
parent
397f5789da
commit
b07367bcf8
|
@ -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>
|
2018-04-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
[BZ #22947]
|
[BZ #22947]
|
||||||
|
|
|
@ -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
|
# tst-deadline must be linked statically so that we can access
|
||||||
# internal functions.
|
# internal functions.
|
||||||
tests-static += tst-deadline
|
tests-static += tst-deadline
|
||||||
tests-static-internal := tst-deadline
|
tests-internal += tst-deadline
|
||||||
|
|
||||||
# tst-inet6_scopeid_pton also needs internal functions but does not
|
# tst-inet6_scopeid_pton also needs internal functions but does not
|
||||||
# need to be linked statically.
|
# need to be linked statically.
|
||||||
tests-internal := tst-inet6_scopeid_pton
|
tests-internal += tst-inet6_scopeid_pton
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue