Files
haiku-beta6/src/tests/kits/interface/Jamfile
T
Axel Dörfler 03989987d5 The ChannelSliderTest now always tests Stefano's implementation instead of R5's.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12542 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-05-02 22:35:01 +00:00

100 lines
1.8 KiB
Plaintext

SubDir OBOS_TOP src tests kits interface ;
UsePrivateHeaders interface ;
# Let Jam know where to find some of our source files
SEARCH_SOURCE += [ FDirName $(SUBDIR) balert ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bbitmap ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bdeskbar ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bpolygon ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bregion ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) bwidthbuffer ] ;
SEARCH_SOURCE += [ FDirName $(TOP) src kits interface ] ;
CommonTestLib libinterfacetest.so
: InterfaceKitTestAddon.cpp
GraphicsDefsTest.cpp
# BAlert
AlertTest.cpp
# BBitmap
BitmapTest.cpp
BBitmapTester.cpp
SetBitsTester.cpp
# BDeskbar
DeskbarTest.cpp
DeskbarGetItemTest.cpp
DeskbarLocationTest.cpp
DeskbarAddItemTest.cpp
# BPolygon
PolygonTest.cpp
DummyPolygon.cpp
CreatePolygonTest.cpp
MapPolygonTest.cpp
# BRegion
RegionTest.cpp
RegionTestcase.cpp
RegionConstruction.cpp
RegionExclude.cpp
RegionInclude.cpp
RegionIntersect.cpp
RegionOffsetBy.cpp
#_BWidthBuffer_
WidthBufferTest.cpp
WidthBufferSimpleTest.cpp
: <boot!home!config!lib>libopenbeos.so
be stdc++.r4
: be stdc++.r4
:
: app support
;
ObjectsDefines
CheckBox.cpp
: BCheckBox=HCheckBox
;
SimpleTest ScrollViewTest_r5 :
ScrollViewTest.cpp
: be
;
SimpleTest ScrollViewTest :
ScrollViewTest.cpp
ScrollView.cpp
: be
;
SimpleTest ChannelSliderTest :
ChannelSliderTest.cpp
ChannelSlider.cpp
ChannelControl.cpp
: be
;
SimpleTest CheckBoxTest :
CheckBoxTest.cpp
CheckBox.cpp
: be
;
SimpleTest ScreenTest :
ScreenTest.cpp
: be
;
SEARCH on [ FGristFiles
ScrollView.cpp CheckBox.cpp ChannelSlider.cpp ChannelControl.cpp
] = [ FDirName $(OBOS_TOP) src kits interface ] ;
SubInclude OBOS_TOP src tests kits interface bprintjob ;
SubInclude OBOS_TOP src tests kits interface picture ;