Merge commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4'

* commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4':
  fate: add checkasm target

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-07-18 02:38:54 +02:00
commit 9010be252e
2 changed files with 6 additions and 0 deletions

View File

@ -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
View 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