commit | a2e67072b7c3b2abf70d0a11918723a5dd841a05 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Feb 10 20:20:52 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Feb 24 04:47:01 2014 +0400 |
tree | 030f79a4d9714820b9ff0d3ab14697b8d3ebc49d | |
parent | d0fa1f0df3c8c269df083e2c8a10dfad09dffcf3 [diff] [blame] |
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>
diff --git a/tests/tcg/xtensa/test_extui.S b/tests/tcg/xtensa/test_extui.S index 5d55451..c32bb82 100644 --- a/tests/tcg/xtensa/test_extui.S +++ b/tests/tcg/xtensa/test_extui.S
@@ -1,4 +1,4 @@ -.include "macros.inc" +#include "macros.inc" test_suite extui