diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-02-10 20:20:52 +0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-02-24 04:47:01 +0400 |
commit | a2e67072b7c3b2abf70d0a11918723a5dd841a05 (patch) | |
tree | 030f79a4d9714820b9ff0d3ab14697b8d3ebc49d /tests/tcg/xtensa/macros.inc | |
parent | d0fa1f0df3c8c269df083e2c8a10dfad09dffcf3 (diff) | |
download | qemu-a2e67072b7c3b2abf70d0a11918723a5dd841a05.zip qemu-a2e67072b7c3b2abf70d0a11918723a5dd841a05.tar.gz qemu-a2e67072b7c3b2abf70d0a11918723a5dd841a05.tar.bz2 |
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>
Diffstat (limited to 'tests/tcg/xtensa/macros.inc')
-rw-r--r-- | tests/tcg/xtensa/macros.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/xtensa/macros.inc b/tests/tcg/xtensa/macros.inc index ead8528..4ebd30a 100644 --- a/tests/tcg/xtensa/macros.inc +++ b/tests/tcg/xtensa/macros.inc @@ -1,3 +1,5 @@ +#include "core-isa.h" + .macro test_suite name .data status: .word result |