Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
f957f89d
Commit
f957f89d
authored
Nov 11, 2016
by
Bernhard Nortmann
Browse files
fextest: Add a dedicated rule for (CI-)testing sunxi-boards
Signed-off-by:
Bernhard Nortmann
<
bernhard.nortmann@web.de
>
parent
6ec3876b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
f957f89d
...
@@ -33,3 +33,16 @@ unify-fex: unify-fex.c
...
@@ -33,3 +33,16 @@ unify-fex: unify-fex.c
clean
:
clean
:
rm
-rf
$(BOARDS_DIR)
.zip
$(BOARDS_DIR)
unify-fex
rm
-rf
$(BOARDS_DIR)
.zip
$(BOARDS_DIR)
unify-fex
#
# Dedicated rule for Travis CI test of sunxi-boards. This assumes that the
# sunxi-tools source (archive) was extracted into a subdir below the working
# directory, meaning that BOARDS_DIR should be "../.."
#
sunxi-boards_CI
:
unify-fex
# compile sunxi-fexc, link bin2fex and fex2bin
make
-C
.. bin2fex fex2bin
# apply patches to BOARDS_DIR, ignore mismatches
cat
patches/
*
.patch | patch
--forward
-r-
-p2
-d
$(BOARDS_DIR)
||
true
# and finally run the tests
./test_all_fex.sh
$(BOARDS_DIR)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment