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