kerneltest/e32test/random/t_securerng.cpp
changeset 293 0659d0e1a03c
parent 90 947f0dc9f7a8
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   235 /*
   235 /*
   236 Gobal Entry Function
   236 Gobal Entry Function
   237 */
   237 */
   238 GLDEF_C TInt E32Main()
   238 GLDEF_C TInt E32Main()
   239 	{
   239 	{
       
   240 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   240 	test.Title();
   241 	test.Title();
   241 	test.Start(_L("\n Starting Secure RNG Unit tests \n"));
   242 	test.Start(_L("\n Starting Secure RNG Unit tests \n"));
   242 	    
   243 	    
   243 	CTrapCleanup* cleanup=CTrapCleanup::New();
   244 	CTrapCleanup* cleanup=CTrapCleanup::New();
   244 	test(cleanup != NULL);
   245 	test(cleanup != NULL);