xref: /haiku/src/tests/add-ons/kernel/file_systems/bfs/structureSizes/Jamfile (revision 7edcb06f629466ff0e4585f23e417705ff005e74)
1SubDir HAIKU_TOP src tests add-ons kernel file_systems bfs structureSizes ;
2
3SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_systems bfs ;
4
5
6{
7	local defines = [ FDefines USER ] ; # _NO_INLINE_ASM
8	SubDirCcFlags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
9	SubDirC++Flags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
10}
11
12# To check the effects of different compiler options to the structures
13# without _PACKED use:
14# $ OPTIM=-Ox DEBUG=0 NO_TEST_DEBUG=1 jam -a
15
16SimpleTest bfsStructureSizes
17	: structureSizes.cpp
18	: ;
19
20# Tell Jam where to find these sources
21SEARCH on [ FGristFiles BufferPool.cpp ]
22	= [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems bfs ] ;
23
24