about summary refs log tree commit diff
path: root/inet
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-04-04 16:08:18 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-04-04 16:08:18 +0200
commitb07367bcf8ef92ab746c70258a17d386083a274e (patch)
tree6802c1d4ad48c9af1819e8b26c12fe844efacd3b /inet
parent397f5789da6258ed59db1a238b6623f6f3b085d2 (diff)
downloadglibc-b07367bcf8ef92ab746c70258a17d386083a274e.tar.gz
glibc-b07367bcf8ef92ab746c70258a17d386083a274e.tar.xz
glibc-b07367bcf8ef92ab746c70258a17d386083a274e.zip
inet: Actually build and run tst-deadline
Diffstat (limited to 'inet')
-rw-r--r--inet/Makefile4
1 files changed, 2 insertions, 2 deletions
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