llvm-runtimes/offload: Enable unittests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-09-10 09:42:04 +02:00
parent 98b694177e
commit eb1d0aade4
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -134,5 +134,5 @@ src_test() {
# respect TMPDIR!
local -x LIT_PRESERVES_TMP=1
cmake_build check-offload
cmake_build check-offload check-offload-unit
}