sbsv2/raptor/test/smoke_suite/test_resources/mmp/mmp9_10/armfpu.cpp
author raptorbot <raptorbot@systemstesthead.symbian.intra>
Tue, 24 Nov 2009 16:59:34 +0000
branchwip
changeset 18 17b8877fc4fe
child 25 2b76b04e296d
permissions -rw-r--r--
Only a few tests left to get going
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     1
/*
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     3
* All rights reserved.
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     8
*
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     9
* Initial Contributors:
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    11
*
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    12
* Contributors:
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    13
*
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    14
* Description:
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    15
*
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    16
*/
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    17
#include "e32def.h" // intentional  include
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    18
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    19
char test[]="Simple test";
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    20
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    21
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    22
TInt test1;
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    23
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    24
TInt E32Main()
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    25
{
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    26
	return 0;
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    27
}