]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - build/Makefile.omk
Merge branch 'master' of rtime.felk.cvut.cz:frescor/demo
[frescor/demo.git] / build / Makefile.omk
1 SUBDIRS=$(sort $(ALL_OMK_SUBDIRS) ffmpeg $(wildcard wvtest/c))
2
3 test: run_diff
4
5 .PHONY: test run_diff
6
7 test_direct.mp4: RECFLAGS=-direct
8 test_%.mp4: _compiled/bin/recorder
9         ./_compiled/bin/recorder -i snapshot%02d.png -y $(RECFLAGS) $@ 2>&1 | tee $@.log
10 %.hex: %.mp4
11         hexdump -C $< > $@
12 run_diff: test_normal.hex test_direct.hex
13         kdiff3 $^
14