nasm: fix testing
requires golden files to be created first
This commit is contained in:
parent
d1350cbd1a
commit
d79d0a1d50
1 changed files with 5 additions and 0 deletions
|
@ -36,3 +36,8 @@ DEFAULT_SRC_INSTALL_PARAMS+=(
|
||||||
|
|
||||||
WORK="${WORKBASE}/${MYPNV}"
|
WORK="${WORKBASE}/${MYPNV}"
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
emake -C test golden
|
||||||
|
emake -C test test
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue