kerneltest/e32test/device/t_tldd.cpp
changeset 293 0659d0e1a03c
parent 0 a41df078684a
child 300 1d28c8722707
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-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".
   308 GLDEF_C TInt E32Main()
   308 GLDEF_C TInt E32Main()
   309 //
   309 //
   310 // Test LDD static data
   310 // Test LDD static data
   311 //
   311 //
   312     {
   312     {
       
   313 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   313 	TInt r;
   314 	TInt r;
   314 	test.Title();
   315 	test.Title();
   315 	test.Start(_L("Test device driver loading and unloading"));
   316 	test.Start(_L("Test device driver loading and unloading"));
   316 
   317 
   317 	DoTest(KLddFileName);
   318 	DoTest(KLddFileName);