diff options
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/timezone/Makefile b/timezone/Makefile index 66b59ceeda..ad76e485cd 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -45,11 +45,13 @@ generated += tzselect testdata = $(objpfx)testdata +ifeq ($(run-built-tests),yes) # List zones generated by separate commands running zic on the host. # Each such zic run counts as a separate test. test-zones := America/New_York Etc/UTC UTC Europe/Berlin \ Australia/Melbourne America/Sao_Paulo Asia/Tokyo tests-special += $(addprefix $(testdata)/, $(test-zones)) +endif include ../Rules |