From b4bcb3aec62b97fda984e07aa8d89d2f76c96127 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 13 Apr 2016 17:04:37 +0200 Subject: Register extra test objects This makes sure that the extra test objects are compiled with the correct MODULE_NAME and dependencies are tracked. --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index d9787744d5..e0eeadadd3 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -80,6 +80,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ tests-static := tst-secure-getenv modules-names = tst-tls-atexit-lib +extra-test-objs += $(addsuffix .os, $(modules-names)) ifeq ($(build-shared),yes) tests += tst-putenv -- cgit v1.2.3