xref: /haiku/src/tests/system/libroot/os/Jamfile (revision 24159a0c7d6d6dcba9f2a0c1a7c08d2c8167f21b)
1SubDir HAIKU_TOP src tests system libroot os ;
2
3SetSubDirSupportedPlatforms libbe_test ;
4
5#SubDirCcFlags -fcheck-memory-usage -O0 -D_NO_INLINE_ASM ;
6
7SimpleTest DriverSettingsTest
8	: DriverSettingsTest.cpp driver_settings.c
9	: be
10	;
11
12SimpleTest ParseDateTest
13	: ParseDateTest.cpp parsedate.cpp
14	;
15
16SimpleTest FindDirectoryTest
17	: FindDirectoryTest.cpp
18	;
19
20# Tell Jam where to find these sources
21SEARCH on [ FGristFiles
22		driver_settings.c
23		parsedate.cpp
24	] = [ FDirName $(HAIKU_TOP) src system libroot os ] ;
25