SubDir OBOS_TOP src tests kernel libroot os ;

SimpleTest DriverSettingsTest
	: DriverSettingsTest.cpp driver_settings.c
	: be
	;

SimpleTest ParseDateTest
	: ParseDateTest.cpp parsedate.cpp
	;

SimpleTest FindDirectoryTest
	: FindDirectoryTest.cpp
	;

# Tell Jam where to find these sources
SEARCH on [ FGristFiles
		driver_settings.c
		parsedate.cpp
	] = [ FDirName $(OBOS_TOP) src kernel libroot os ] ;
