diff options
author | Hans Breuer <hans@breuer.org> | 2009-07-10 13:42:46 +0200 |
---|---|---|
committer | Hans Breuer <hans@breuer.org> | 2009-07-13 09:44:59 +0200 |
commit | 3750ecc8214cc4f3d5f26c02a0781e0cc3264af3 (patch) | |
tree | 5425e668656d5a2d690a5070c63e4ae5e8cf05c6 /tests/makefile.msc | |
parent | 26e67850a70869f24686df1f8bc0bab9049e5925 (diff) | |
download | gtk+-3750ecc8214cc4f3d5f26c02a0781e0cc3264af3.tar.gz |
Build more testapps, use G_PI instead of M_PI
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r-- | tests/makefile.msc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index cc6c69cd83..9b097a70f6 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -42,25 +42,27 @@ all : \ TESTAPPS = \ # autotestfilechooser autotestfilesystem \ # buildertest floatingtest \ + flicker \ objecttests \ testaccel testactions testassistant \ - testbbox \ - testcairo testcalendar testcellrenderertext testcombo testcombochange \ + testbbox testbuttons \ + testcairo testcalendar testcellrenderertext testclientmessage testcombo testcombochange \ testdnd \ - testellipsise testentrycompletion \ + testellipsise testentrycompletion testentryicons \ testfilechooser testfilechooserbutton testframe \ testgrouping testgtk \ testicontheme testiconview testimage testinput \ testmenus testmountoperation testmenubars testmerge testmultidisplay testmultiscreen \ testnouiprint testnotebookdnd \ + testoffscreen testorientable \ testprint \ testrecentchooser testrecentchoosermenu testrgb testrichtext \ - testselection testspinbutton \ + testscale testselection testspinbutton \ testtext testtoolbar testtooltips \ testtreecolumns testtreecolumnsizing testtreeedit testtreeflow testtreefocus \ testtreemodel testtreesort testtreeview treestoretest \ testsocket testsocket_child teststatusicon \ - testthreads testvolumebutton testxinerama \ + testthreads testvolumebutton testwindows testxinerama \ simple # syntax error : illegal character '-' in macro @@ -81,6 +83,10 @@ EXTRA_OBJETCS = prop-editor.obj EXTRA_LIBS = $(ATK_LIBS) !ENDIF +!IFDEF EXTRA_testoffscreen +EXTRA_OBJETCS = gtkoffscreenbox.obj +!ENDIF + !IFDEF EXTRA_testprint EXTRA_OBJETCS = testprintfileoperation.obj EXTRA_LIBS = $(PANGOCAIRO_LIBS) |