From b07367bcf8ef92ab746c70258a17d386083a274e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 4 Apr 2018 16:08:18 +0200 Subject: inet: Actually build and run tst-deadline --- inet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inet/Makefile') 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 -- cgit 1.4.1