diff --git a/src/tests/kernel/boot/loader/Jamfile b/src/tests/kernel/boot/loader/Jamfile index f173a10a9c..23c6a1f05c 100644 --- a/src/tests/kernel/boot/loader/Jamfile +++ b/src/tests/kernel/boot/loader/Jamfile @@ -23,6 +23,7 @@ ObjectsDefines # file systems bfs.cpp Directory.cpp + Stream.cpp : read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close ; @@ -70,6 +71,7 @@ SimpleTest BootLoaderTest : # file systems bfs.cpp Directory.cpp + Stream.cpp list.c : @@ -94,5 +96,5 @@ SEARCH on [ FGristFiles apple.cpp ] SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ] = [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ; -SEARCH on [ FGristFiles bfs.cpp Directory.cpp ] +SEARCH on [ FGristFiles bfs.cpp Directory.cpp Stream.cpp ] = [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;