Merge commit 'c9f8cfb6d9'
* commit 'c9f8cfb6d9':
fate: add checkasm target
Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
commit
9010be252e
2 changed files with 6 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ include $(SRC_PATH)/tests/fate/atrac.mak
|
|||
include $(SRC_PATH)/tests/fate/audio.mak
|
||||
include $(SRC_PATH)/tests/fate/bmp.mak
|
||||
include $(SRC_PATH)/tests/fate/cdxl.mak
|
||||
include $(SRC_PATH)/tests/fate/checkasm.mak
|
||||
include $(SRC_PATH)/tests/fate/cover-art.mak
|
||||
include $(SRC_PATH)/tests/fate/demux.mak
|
||||
include $(SRC_PATH)/tests/fate/dfa.mak
|
||||
|
|
|
|||
5
tests/fate/checkasm.mak
Normal file
5
tests/fate/checkasm.mak
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fate-checkasm: tests/checkasm/checkasm$(EXESUF)
|
||||
fate-checkasm: CMD = run tests/checkasm/checkasm
|
||||
fate-checkasm: REF = /dev/null
|
||||
|
||||
FATE += fate-checkasm
|
||||
Loading…
Add table
Add a link
Reference in a new issue