David PHAM-VAN

Change the Makefile test target

... ... @@ -42,13 +42,10 @@ format-clang: $(CLNG_SRC)
format-swift: $(SWFT_SRC)
swiftformat --swiftversion 4.2 $^
pdf/.dart_tool:
cd pdf ; pub get
test: pdf/.dart_tool $(FONTS)
test: $(FONTS)
cd pdf; pub get
cd pdf; pub run test
cd pdf; for EXAMPLE in $(shell cd pdf; find example -name '*.dart'); do dart $$EXAMPLE; done
cd pdf; for TEST in $(shell cd pdf; find test -name '*.dart'); do dart $$TEST; done
cd printing/example; flutter packages get
cd printing/example; flutter test
... ...