Browse Source

Merge commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4'

* commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4':
  fate: add checkasm target

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
9010be252e
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      tests/Makefile
  2. +5
    -0
      tests/fate/checkasm.mak

+ 1
- 0
tests/Makefile 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
- 0
tests/fate/checkasm.mak 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

Loading…
Cancel
Save