From f3a7c045ee8859e3bec44310de3a1359b43b2616 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 23 Oct 2023 21:52:08 +0200 Subject: [PATCH] Make sure t/13-localization tests are actually run With "make test" --- tools/templates/moar/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/templates/moar/Makefile.in b/tools/templates/moar/Makefile.in index d0cb3b49d16..255464c2bac 100644 --- a/tools/templates/moar/Makefile.in +++ b/tools/templates/moar/Makefile.in @@ -105,7 +105,7 @@ MOAR = @nfpq(@moar::bindir@/moar@moar::exe@)@ @bpv(RUN_CLEAN_TARGET_FILES)@ = @nfp(@base_dir@/@bpm(RUNNER)@)@ @script(clean-target-files.raku)@ $(VERBOSE) -@bsv(SPECIFIC_TEST_DIRS)@ = @nfp(t/09-moar)@ @nfp(t/12-rakuast)@ +@bsv(SPECIFIC_TEST_DIRS)@ = @nfp(t/09-moar)@ @nfp(t/12-rakuast)@ @nfp(t/13-localization)@ @include(Makefile-backend-common)@