nasm: fix testing

requires golden files to be created first
for/master
Daniel Mierswa 2010-12-05 05:04:39 +01:00
parent d1350cbd1a
commit d79d0a1d50
1 changed files with 5 additions and 0 deletions

View File

@ -36,3 +36,8 @@ DEFAULT_SRC_INSTALL_PARAMS+=(
WORK="${WORKBASE}/${MYPNV}"
src_test() {
emake -C test golden
emake -C test test
}