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
2019-03-26 09:19:37 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67a83257fe9e99b9607c2144f0acdc5d37c9aa65
67a83257
1 parent
f9232d6e
Change the Makefile test target
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
Makefile
pdf/test/annotations.dart → pdf/test/annotations_test.dart
pdf/test/colors.dart → pdf/test/colors_test.dart
pdf/test/metrics.dart → pdf/test/metrics_test.dart
Makefile
View file @
67a8325
...
...
@@ -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
...
...
pdf/test/annotations.dart → pdf/test/annotations
_test
.dart
View file @
67a8325
pdf/test/colors.dart → pdf/test/colors
_test
.dart
View file @
67a8325
pdf/test/metrics.dart → pdf/test/metrics
_test
.dart
View file @
67a8325
Please
register
or
login
to post a comment