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/test_interrupt.S | |
parent | d0fa1f0df3c8c269df083e2c8a10dfad09dffcf3 (diff) | |
download | qemu-a2e67072b7c3b2abf70d0a11918723a5dd841a05.zip |
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/test_interrupt.S')
-rw-r--r-- | tests/tcg/xtensa/test_interrupt.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/xtensa/test_interrupt.S b/tests/tcg/xtensa/test_interrupt.S index 68b3ee1492..334ddab287 100644 --- a/tests/tcg/xtensa/test_interrupt.S +++ b/tests/tcg/xtensa/test_interrupt.S @@ -1,4 +1,4 @@ -.include "macros.inc" +#include "macros.inc" test_suite interrupt |