projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571aae0
)
README: Add docs for running testsuite
author
Bryce Harrington
<bryce@bryceharrington.org>
Thu, 27 Sep 2018 04:49:30 +0000
(13:49 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Thu, 27 Sep 2018 04:49:39 +0000
(13:49 +0900)
Change-Id: Ifcbdaf1a2aecd1b61e43faf9bac603d6d1151400
README.txt
patch
|
blob
|
history
diff --git
a/README.txt
b/README.txt
index 957c3dbcf4b93c6e5dbaaba22ee9641d2f648add..0dfc8a7e914be8e90f728ee6a5c273c5696a2875 100644
(file)
--- a/
README.txt
+++ b/
README.txt
@@
-12,3
+12,9
@@
BUILD EXAMPLES
1. meson configure -Dexample=true
2. ninja
3. to run examples invoke ./build/example/demo, etc.
+
+RUN TESTS
+=========
+1. meson configure -Dtest=true
+2. ninja
+3. invoke testsuites as ./build/test/animationTestSuite and ./build/test/vectorTestSuite