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_clamps.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tcg/xtensa/test_clamps.S') diff --git a/tests/tcg/xtensa/test_clamps.S b/tests/tcg/xtensa/test_clamps.S index c186cc98d8..3efabfd9d3 100644 --- a/tests/tcg/xtensa/test_clamps.S +++ b/tests/tcg/xtensa/test_clamps.S @@ -1,4 +1,4 @@ -.include "macros.inc" +#include "macros.inc" test_suite clamps -- cgit v1.2.3