From a2e67072b7c3b2abf70d0a11918723a5dd841a05 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Mon, 10 Feb 2014 20:20:52 +0400 Subject: 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 --- tests/tcg/xtensa/test_quo.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tcg/xtensa/test_quo.S') diff --git a/tests/tcg/xtensa/test_quo.S b/tests/tcg/xtensa/test_quo.S index 12debf1..5b3ae38 100644 --- a/tests/tcg/xtensa/test_quo.S +++ b/tests/tcg/xtensa/test_quo.S @@ -1,4 +1,4 @@ -.include "macros.inc" +#include "macros.inc" test_suite quo -- cgit v1.1