nasm: fix testing

requires golden files to be created first
This commit is contained in:
Daniel Mierswa 2010-12-05 05:04:39 +01:00
parent d1350cbd1a
commit d79d0a1d50

View file

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