sbsv2/raptor/test/smoke_suite/bitmap.py
branchfix
changeset 266 23ff30e04b42
parent 260 6956be913ed6
equal deleted inserted replaced
265:904ed405cc3f 266:23ff30e04b42
     1 #
     1 #
     2 # Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2000-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".
    24 	t.usebash = True
    24 	t.usebash = True
    25 	t.command = "sbs -b smoke_suite/test_resources/bitmap/bld.inf BITMAP && grep -ir 'MIFCONV_TEST:=1' $(EPOCROOT)/epoc32/build"
    25 	t.command = "sbs -b smoke_suite/test_resources/bitmap/bld.inf BITMAP && grep -ir 'MIFCONV_TEST:=1' $(EPOCROOT)/epoc32/build"
    26 	t.targets = [
    26 	t.targets = [
    27 		"$(EPOCROOT)/epoc32/include/testbitmap.mbg",
    27 		"$(EPOCROOT)/epoc32/include/testbitmap.mbg",
    28 		"$(EPOCROOT)/epoc32/data/z/resource/apps/testbitmap.mBm",
    28 		"$(EPOCROOT)/epoc32/data/z/resource/apps/testbitmap.mBm",
    29 		"$(EPOCROOT)/epoc32/localisation/group/testbitmap.info",
       
    30 		"$(EPOCROOT)/epoc32/localisation/testbitmap/mbm/def2m.bmp",
       
    31 		"$(EPOCROOT)/epoc32/localisation/testbitmap/mbm/def3m.bmp",
       
    32 		"$(EPOCROOT)/epoc32/localisation/testbitmap/mbm/def4m.bmp",
       
    33 		"$(EPOCROOT)/epoc32/localisation/testbitmap/mbm/def24.bmp",
       
    34 		"$(EPOCROOT)/epoc32/localisation/testbitmap/mbm/def32.bmp",
       
    35 		"$(EPOCROOT)/epoc32/localisation/testbitmap/mbm/def48.bmp",
       
    36 		"$(EPOCROOT)/epoc32/tools/makefile_templates/test/mifconv.xml",
    29 		"$(EPOCROOT)/epoc32/tools/makefile_templates/test/mifconv.xml",
    37 		"$(EPOCROOT)/epoc32/tools/makefile_templates/test/mifconv.flm"
    30 		"$(EPOCROOT)/epoc32/tools/makefile_templates/test/mifconv.flm"
    38 		]
    31 		]
    39 	t.addbuildtargets('smoke_suite/test_resources/bitmap/bld.inf', [
    32 	t.addbuildtargets('smoke_suite/test_resources/bitmap/bld.inf', [
    40 		"testbitmap_dll/testbitmap.mBm_bmconvcommands"
    33 		"testbitmap_dll/testbitmap.mBm_bmconvcommands"