Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2018-09-02 19:42:23 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc3aa0937a5ceb4d104397b9d4c2da4c498a7d17
dc3aa093
1 parent
bd5063f2
Add example to test target
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Makefile
Makefile
View file @
dc3aa09
...
...
@@ -31,6 +31,7 @@ format-clang: $(CLNG_SRC)
clang-format -style
=
Chromium -i
$^
test
:
pdf/open-sans.ttf
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; flutter test
...
...
Please
register
or
login
to post a comment