From 756658a69a1abca61281b4dbd84a6dada9fc91b5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 25 Apr 2009 14:56:16 +0000 Subject: Improved test code, architecture names added to the port code. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/coverage/chcore.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/coverage/chcore.h') diff --git a/test/coverage/chcore.h b/test/coverage/chcore.h index 321bd816e..9347a7d5e 100644 --- a/test/coverage/chcore.h +++ b/test/coverage/chcore.h @@ -30,6 +30,11 @@ */ #define CH_ARCHITECTURE_WIN32SIM +/** + * Name of the implemented architecture. + */ +#define CH_ARCHITECTURE_NAME "WIN32 Simulator" + /** * 32 bit stack alignment. */ -- cgit v1.2.3