build: Introduce test image with haiku_unittests package
* Currently there is no dependency between haiku_unittests.hpkg and unittests target. unittests needs to be built before building test image. Change-Id: I7c729095db74687b154a4880fde7f15b474c3590 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2080 Reviewed-by: Kacper Kasper <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
Kacper Kasper
parent
f6829b6ccf
commit
cbb8d73dc9
@@ -30,6 +30,10 @@ if $(HAIKU_IS_BOOTSTRAP) != 1 && $(HAIKU_BUILD_TYPE) != minimum {
|
||||
}
|
||||
}
|
||||
|
||||
if $(HAIKU_BUILD_TYPE) = test {
|
||||
packages += haiku_unittests ;
|
||||
}
|
||||
|
||||
local webPositiveIsAvailable ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
|
||||
Reference in New Issue
Block a user