public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH COMMITTED] inet: Actually build and run tst-deadline
@ 2018-04-04 14:12 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2018-04-04 14:12 UTC (permalink / raw)
  To: libc-alpha

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.

diff --git a/inet/Makefile b/inet/Makefile
index f63c7e25ba..5d02c37626 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
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-04 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04 14:12 [PATCH COMMITTED] inet: Actually build and run tst-deadline Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).