Converted local project to demo structure.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s
This commit is contained in:
parent
fd67884bee
commit
56e74ee085
21 changed files with 257 additions and 249 deletions
20
src/assert-all/0module.mk
Normal file
20
src/assert-all/0module.mk
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
BUILD_HELP += \\n\\t* assert-all \(Run all asertion tests\)\\n\\t* assert-all-video \(Merges all videos\)
|
||||
ASSERT_ALL_DEPS := \
|
||||
ahello-m80-assert \
|
||||
ahello-sdcc-assert \
|
||||
dist-qa-dos1-assert \
|
||||
dist-qa-dos2-assert \
|
||||
dist-qa-msx1-assert \
|
||||
dist-qa-msxhub-assert
|
||||
|
||||
.PHONY: assert-all
|
||||
assert-all: | $(ASSERT_ALL_DEPS)
|
||||
@echo === All assertions completed
|
||||
|
||||
.PHONY: assert-all-video
|
||||
assert-all-video: | assert-all
|
||||
@echo === Build session video listing
|
||||
ls -1tr bin/*-omsx/videos/msxbuild-*.avi | awk -F "bin/" -v s="file '" -v e="'" '{print s$$2e}' > bin/video-merge.lst
|
||||
ffmpeg -v quiet -y -f concat -i bin/video-merge.lst -c copy bin/video-session.avi
|
||||
@echo === Concatted video completed
|
||||
Loading…
Add table
Add a link
Reference in a new issue