sbsv2/raptor/test/smoke_suite/armv7_testcode.py
changeset 674 37ee82a83d43
parent 591 22486c9c7b15
equal deleted inserted replaced
673:7ae5f757318b 674:37ee82a83d43
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    29 		"$(EPOCROOT)/epoc32/release/armv7/urel/simple_test_auto.exe",
    29 		"$(EPOCROOT)/epoc32/release/armv7/urel/simple_test_auto.exe",
    30 		"$(EPOCROOT)/epoc32/release/armv7/urel/simple_test_manual.exe",
    30 		"$(EPOCROOT)/epoc32/release/armv7/urel/simple_test_manual.exe",
    31 		"$(EPOCROOT)/epoc32/release/armv7/udeb/simple_test_auto.exe",
    31 		"$(EPOCROOT)/epoc32/release/armv7/udeb/simple_test_auto.exe",
    32 		"$(EPOCROOT)/epoc32/release/armv7/udeb/simple_test_manual.exe",
    32 		"$(EPOCROOT)/epoc32/release/armv7/udeb/simple_test_manual.exe",
    33 		"$(EPOCROOT)/epoc32/include/testexportheader.h",
    33 		"$(EPOCROOT)/epoc32/include/testexportheader.h",
    34 		"$(EPOCROOT)/epoc32/data/z/test/simple_test/armv7.auto.bat",
    34 		"$(EPOCROOT)/epoc32/data/z/test/smoke_suite_test_resources_simple_test/armv7.auto.bat",
    35 		"$(EPOCROOT)/epoc32/data/z/test/simple_test/armv7.manual.bat"
    35 		"$(EPOCROOT)/epoc32/data/z/test/smoke_suite_test_resources_simple_test/armv7.manual.bat"
    36 		]
    36 		]
    37 	t.mustmatch = [".*/epoc32/data/z/test/simple_test/armv7.auto.bat</build>.*"]
    37 	t.mustmatch = [".*/epoc32/data/z/test/smoke_suite_test_resources_simple_test/armv7.auto.bat</build>.*"]
    38 	t.run()
    38 	t.run()
    39 	return t
    39 	return t