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-08-21 09:15:12 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c1539c9045db8f09e5be80cd9bb757ac185d4ae7
c1539c90
1 parent
826b9672
Update Makefile test target
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
c1539c9
...
...
@@ -32,7 +32,7 @@ format-clang: $(CLNG_SRC)
test
:
pdf/open-sans.ttf
cd
pdf;
for
TEST
in
$(
shell
cd
pdf; find
test
-name
'*.dart'
)
;
do
dart
$$
TEST;
done
cd
printing; flutter
test
#
cd printing; flutter test
clean
:
git clean -fdx
...
...
Please
register
or
login
to post a comment