diff mbox series

[COMMITTED] inet: Actually build and run tst-deadline

Message ID 20180404141206.CA9B5404417ED@oldenburg.str.redhat.com
State New
Headers show
Series [COMMITTED] inet: Actually build and run tst-deadline | expand

Commit Message

Florian Weimer April 4, 2018, 2:12 p.m. UTC
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 mbox series

Patch

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