mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target-xtensa: allow using core configuration in tests
Add path to the core configuration directory to test build command and replace .include asm directive with #include to enable preprocessing. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
d0fa1f0df3
commit
a2e67072b7
30 changed files with 37 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
.include "macros.inc"
|
||||
#include "macros.inc"
|
||||
|
||||
.purgem test
|
||||
.macro test name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue