~ubuntu-branches/ubuntu/maverick/gnash/maverick

« back to all changes in this revision

Viewing changes to testsuite/misc-ming.all/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        PrototypeEventListeners.as \
35
35
        DragDropTest.as \
36
36
        remoting.as \
37
 
        red5test.as \
38
37
        remoting.php \
39
38
        gotoFrame2Test.as \
40
39
        DrawingApiTest.as \
55
54
        -I$(top_srcdir)/libsound \
56
55
        -I$(top_srcdir)/backend \
57
56
        -I$(top_srcdir)/libcore  \
 
57
        -I$(top_srcdir)/libcore/swf  \
58
58
        -I$(top_srcdir)/libcore/parser  \
59
59
        -I$(top_srcdir)/libcore/vm \
60
60
        -I$(top_srcdir)/libcore/asobj \
77
77
        SpriteButtonEventsTest-Runner \
78
78
        DefineTextTest \
79
79
        DefineTextTest-Runner \
 
80
        TextSnapshotTest \
 
81
        DeviceFontTest \
 
82
        EmbeddedFontTest \
80
83
        DefineEditTextTest \
81
84
        DefineEditTextTest-Runner \
82
85
        DefineEditTextVariableNameTest \
183
186
        new_child_in_unload_test \
184
187
        instanceNameTest \
185
188
        BitmapDataTest \
 
189
        BitmapSmoothingTest \
186
190
        $(NULL)
187
191
 
188
192
if MING_VERSION_0_4_3
228
232
 
229
233
if MING_SUPPORTS_SWFBUTTON_SET_DEPTH
230
234
check_PROGRAMS += \
 
235
        ButtonPropertiesTest \
231
236
        ButtonEventsTest \
232
 
        ButtonEventsTest-Runner 
 
237
        ButtonPropertiesTestRunner \
 
238
        ButtonEventsTest-Runner \
 
239
        $(NULL)
233
240
endif
234
241
 
235
242
if MING_VERSION_0_4_3
237
244
endif
238
245
 
239
246
check_SCRIPTS = \
 
247
        DeviceFontTestRunner \
 
248
        EmbeddedFontTestRunner \
 
249
        TextSnapshotTest-Runner \
240
250
        timeline_var_test-Runner \
241
251
        place_object_testrunner \
242
252
        place_object_test2runner \
312
322
if ENABLE_HTTP_TESTSUITE
313
323
check_SCRIPTS += remotingTestRunner
314
324
endif
315
 
if ENABLE_RED5_TESTING
316
 
check_SCRIPTS += red5testRunner
317
 
endif
318
 
endif
 
325
endif
 
326
 
 
327
# check_SCRIPTS += netstreamTestRunner
319
328
 
320
329
if MING_VERSION_0_4
321
330
check_SCRIPTS += \
391
400
        DefineTextTest.swf      \
392
401
        $(NULL)
393
402
 
 
403
TextSnapshotTest.swf: TextSnapshotTest
 
404
        ./TextSnapshotTest $(top_srcdir)/testsuite/media
 
405
 
 
406
TextSnapshotTest_SOURCES =  TextSnapshotTest.c
 
407
TextSnapshotTest_LDADD = libgnashmingutils.la
 
408
 
 
409
TextSnapshotTest-Runner: $(srcdir)/../generic-testrunner.sh TextSnapshotTest.swf
 
410
        sh $< $(top_builddir) TextSnapshotTest.swf > $@
 
411
        chmod 755 $@
 
412
 
 
413
DeviceFontTestRunner: $(srcdir)/../generic-testrunner.sh DeviceFontTest.swf
 
414
        sh $< $(top_builddir) DeviceFontTest.swf > $@
 
415
        chmod 755 $@
 
416
DeviceFontTest.swf: DeviceFontTest
 
417
        ./DeviceFontTest $(top_srcdir)/testsuite/media
 
418
DeviceFontTest_SOURCES =  DeviceFontTest.c
 
419
DeviceFontTest_LDADD = libgnashmingutils.la
 
420
 
 
421
EmbeddedFontTestRunner: $(srcdir)/../generic-testrunner.sh EmbeddedFontTest.swf
 
422
        sh $< $(top_builddir) EmbeddedFontTest.swf > $@
 
423
        chmod 755 $@
 
424
EmbeddedFontTest.swf: EmbeddedFontTest
 
425
        ./EmbeddedFontTest $(top_srcdir)/testsuite/media
 
426
EmbeddedFontTest_SOURCES =  EmbeddedFontTest.c
 
427
EmbeddedFontTest_LDADD = libgnashmingutils.la
 
428
 
394
429
DefineEditTextTest.swf: DefineEditTextTest
395
430
        ./DefineEditTextTest $(top_srcdir)/testsuite/media
396
 
 
397
431
DefineEditTextTest_SOURCES =  DefineEditTextTest.c
398
432
DefineEditTextTest_LDADD = libgnashmingutils.la
399
433
 
449
483
new_child_in_unload_testrunner: $(srcdir)/../generic-testrunner.sh new_child_in_unload_test.swf
450
484
        sh $< $(top_builddir) new_child_in_unload_test.swf > $@
451
485
        chmod 755 $@
452
 
                
 
486
 
453
487
PlaceObject2Test_SOURCES =      \
454
488
        PlaceObject2Test.c      \
455
489
        $(NULL)
690
724
loop_test10runner: $(srcdir)/../generic-testrunner.sh loop_test10.swf Makefile
691
725
        sh $<  -f10 -c "#total tests" $(top_builddir) loop_test10.swf > $@
692
726
        chmod 755 $@
693
 
                
 
727
 
694
728
shape_test_SOURCES = shape_test.c
695
729
shape_test_LDADD = libgnashmingutils.la
696
730
 
721
755
        morph_test1.swf \
722
756
        $(top_builddir)/testsuite/libtestsuite.la \
723
757
        $(NULL)
724
 
        
 
758
 
725
759
key_event_test_SOURCES = key_event_test.c
726
760
key_event_test_LDADD = libgnashmingutils.la
727
761
 
742
776
        key_event_test.swf \
743
777
        $(top_builddir)/testsuite/libtestsuite.la \
744
778
        $(NULL)
745
 
        
 
779
 
746
780
place_object_test_SOURCES = place_object_test.c 
747
781
place_object_test_LDADD = libgnashmingutils.la
748
782
 
753
787
        sh $< -r5 $(top_builddir) place_object_test.swf > $@
754
788
        chmod 755 $@
755
789
 
756
 
        
 
790
 
757
791
place_object_test2_SOURCES = place_object_test2.c       
758
792
place_object_test2_LDADD = libgnashmingutils.la
759
793
 
954
988
        sh $< -r5 $(top_builddir) DepthLimitsTest.swf > $@
955
989
        chmod 755 $@
956
990
 
957
 
        
 
991
 
958
992
replace_shapes1test_SOURCES = replace_shapes1test.c     
959
993
replace_shapes1test_LDADD = libgnashmingutils.la
960
994
 
1158
1192
event_handler_scope_testrunner: $(srcdir)/../generic-testrunner.sh event_handler_scope_test.swf
1159
1193
        sh $< -r5 $(top_builddir) event_handler_scope_test.swf > $@
1160
1194
        chmod 755 $@
1161
 
                
 
1195
 
1162
1196
attachMovieTest_SOURCES =       \
1163
1197
        attachMovieTest.c       \
1164
1198
        $(NULL)
1488
1522
        EmbeddedSoundTest.swf   \
1489
1523
        $(NULL)
1490
1524
 
 
1525
BitmapSmoothingTest_SOURCES = \
 
1526
        BitmapSmoothingTest.c \
 
1527
        $(NULL)
 
1528
 
 
1529
BitmapSmoothingTest_CFLAGS = \
 
1530
        -DMEDIADIR='"$(abs_mediadir)"' \
 
1531
        $(NULL)
 
1532
 
 
1533
BitmapSmoothingTest_LDADD = libgnashmingutils.la
 
1534
 
 
1535
BitmapSmoothingTest-v7.swf: BitmapSmoothingTest
 
1536
        ./BitmapSmoothingTest 7
 
1537
 
 
1538
BitmapSmoothingTest-v8.swf: BitmapSmoothingTest
 
1539
        ./BitmapSmoothingTest 8
 
1540
 
1491
1541
registerClassTest_SOURCES =     \
1492
1542
        registerClassTest.c     \
1493
1543
        $(NULL)
1654
1704
StageConfigTest.swf: $(srcdir)/StageConfigTest.as 
1655
1705
        $(MAKESWF) -o $@ -s 512x512 $(srcdir)/StageConfigTest.as
1656
1706
 
 
1707
ButtonPropertiesTest_SOURCES = \
 
1708
        ButtonPropertiesTest.c \
 
1709
        $(NULL)
 
1710
ButtonPropertiesTest_LDADD = libgnashmingutils.la
 
1711
ButtonPropertiesTest.swf: ButtonPropertiesTest
 
1712
        ./ButtonPropertiesTest $(top_srcdir)/testsuite/media
 
1713
ButtonPropertiesTestRunner_SOURCES = \
 
1714
        ButtonPropertiesTestRunner.cpp \
 
1715
        $(NULL)
 
1716
ButtonPropertiesTestRunner_LDADD = \
 
1717
        $(top_builddir)/testsuite/libtestsuite.la \
 
1718
        $(NULL)
 
1719
ButtonPropertiesTestRunner_DEPENDENCIES = \
 
1720
        $(top_builddir)/testsuite/libtestsuite.la \
 
1721
        ButtonPropertiesTest.swf        \
 
1722
        $(NULL)
 
1723
ButtonPropertiesTestRunner_CXXFLAGS = \
 
1724
        -DTGTDIR='"$(abs_builddir)"' \
 
1725
        $(NULL)
 
1726
 
 
1727
 
1657
1728
init_action_test_SOURCES =      \
1658
1729
        init_action_test.c      \
1659
1730
        $(NULL)
1736
1807
        sh $< $(top_builddir) remoting.swf > $@
1737
1808
        chmod 755 $@
1738
1809
 
1739
 
red5test.swf: $(srcdir)/red5test.as Dejagnu.swf Makefile ../actionscript.all/check.as ../actionscript.all/utils.as
1740
 
        $(MAKESWF) -n network -r12 -o $@ -v7 -DRED5_HOST='\"$(RED5_HOST)\"' -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=7 Dejagnu.swf $(srcdir)/red5test.as $(srcdir)/../actionscript.all/dejagnu_so_fini.as
1741
 
 
1742
 
red5testRunner: $(srcdir)/../generic-testrunner.sh red5test.swf
1743
 
        sh $< $(top_builddir) red5test.swf > $@
1744
 
        chmod 755 $@
1745
 
        
1746
 
 
1747
1810
DragDropTest.swf: $(srcdir)/DragDropTest.as Dejagnu.swf DragDropTestLoaded.swf Makefile ../actionscript.all/check.as ../actionscript.all/utils.as
1748
1811
        $(MAKESWF) -r12 -o $@ -v6 -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=6 Dejagnu.swf $(srcdir)/DragDropTest.as
1749
1812
 
1901
1964
TEST_DRIVERS = ../simple.exp
1902
1965
TEST_CASES = \
1903
1966
        LoadVarsTestRunner \
 
1967
        DeviceFontTestRunner \
 
1968
        EmbeddedFontTestRunner \
1904
1969
        DefineEditTextVariableNameTest-Runner \
1905
1970
        DefineEditTextVariableNameTest2-Runner \
1906
1971
        DefineTextTest-Runner \
1928
1993
        loadMovieTestRunner \
1929
1994
        eventSoundTest1-Runner \
1930
1995
        DrawingApiTestRunner \
 
1996
        TextSnapshotTest-Runner \
1931
1997
        action_execution_order_test1runner \
1932
1998
        action_execution_order_test2runner \
1933
1999
        action_execution_order_test3runner \
2006
2072
if ENABLE_HTTP_TESTSUITE
2007
2073
TEST_CASES += remotingTestRunner
2008
2074
endif
2009
 
if ENABLE_RED5_TESTING
2010
 
TEST_CASES += red5testRunner
2011
 
endif
2012
2075
endif
2013
2076
 
2014
2077
if MING_SUPPORTS_INIT_ACTIONS
2029
2092
 
2030
2093
if MING_SUPPORTS_SWFBUTTON_SET_DEPTH
2031
2094
TEST_CASES += \
 
2095
        ButtonPropertiesTestRunner \
2032
2096
        ButtonEventsTest-Runner \
2033
2097
        $(NULL)
2034
2098
endif