mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Merge commit '286ab878bd'
* commit '286ab878bd':
fate.sh: Allow setting other make flags for running tests
Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
22164971b0
2 changed files with 3 additions and 1 deletions
|
|
@ -26,5 +26,7 @@ extra_conf= # extra configure options not covered above
|
|||
|
||||
#make= # name of GNU make if not 'make'
|
||||
makeopts= # extra options passed to 'make'
|
||||
#makeopts_fate= # extra options passed to 'make' when running tests,
|
||||
# defaulting to makeopts above if this is not set
|
||||
#tar= # command to create a tar archive from its arguments on stdout,
|
||||
# defaults to 'tar c'
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ compile()(
|
|||
fate()(
|
||||
test "$build_only" = "yes" && return
|
||||
cd ${build} || return
|
||||
${make} ${makeopts} -k fate
|
||||
${make} ${makeopts_fate-${makeopts}} -k fate
|
||||
)
|
||||
|
||||
clean(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue