diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -81,9 +81,12 @@ derived-assets = \ $(NAME).bin \ side-assets = \ - tests/catalog.c.txt \ tests/logerr.c.txt \ + tests/msgs.c.txt \ + tests/testing.c.txt \ tests/trace.c.txt \ + tests/util.c.txt \ + tests/vector.c.txt \ @@ -101,7 +104,7 @@ src/main.o: src/$(NAME).h $(archives): $(AR) $(ARFLAGS) $@ $? -tests/catalog.bin-check: src/$(NAME).en.cat +tests/msgs.bin-check: src/$(NAME).en.cat src/$(NAME).en.cat: tests/i18n.bin env DUMP_TRANSLATABLE_STRINGS=1 $(EXEC)tests/i18n.bin | ifnew $*.msg gencat $@ $*.msg |