equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 @SYMPurpose tbigint.exe Test harness for bigint implemetation |
|
22 */ |
|
23 |
|
24 TARGET tbigint.exe |
|
25 TARGETTYPE exe |
|
26 UID 0x10000079 0x10001011 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SOURCEPATH ../test/tbigint |
|
30 SOURCE tbigintmain.cpp tconstructionvector.cpp tconstructionfb.cpp |
|
31 SOURCE tbasicmathsvector.cpp tbasicmathsfb.cpp |
|
32 SOURCE tmontgomeryvector.cpp tmontgomeryfb.cpp |
|
33 SOURCE tutils.cpp tprimevector.cpp tmontgomeryperformance.cpp |
|
34 SOURCE tprimegenperformance.cpp tprimevectorperformance.cpp |
|
35 SOURCE tprimegen.cpp tprimegenvector.cpp |
|
36 |
|
37 // Include bigint code, so we can test non-public functionality |
|
38 |
|
39 SOURCEPATH ../source/bigint |
|
40 SOURCE windowslider.cpp algorithms.cpp bigint.cpp mont.cpp rinteger.cpp |
|
41 SOURCE primes.cpp |
|
42 |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
46 |
|
47 LIBRARY euser.lib efsrv.lib t_testhandler2.lib random.lib |
|
48 SMPSAFE |