sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Name : uncaught_exception_test.mmp sl@0: // Part of : libstdcppv5 tests sl@0: // This is a unit test to verify that the functions sl@0: // std::uncaught_exception behaves as expected. sl@0: // Version : 1.0 sl@0: // sl@0: // sl@0: sl@0: target uncaught_exception_test.exe sl@0: targettype exe sl@0: sl@0: stdcpp sl@0: sl@0: sourcepath ../src sl@0: source uncaught_exception_test.cpp sl@0: userinclude ../../include sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_STLPORTV5_SYSTEMINCLUDE sl@0: sl@0: library euser.lib libstdcppv5.lib libc.lib sl@0: staticlibrary libcrt0.lib sl@0: capability none sl@0: sl@0: sl@0: SMPSAFE