Searched refs:rusttest (Results 1 – 5 of 5) sorted by relevance
188 ``rusttest`` 宿主机测试191 这类测试运行在用户空间,可以通过 ``rusttest`` 目标在构建内核的宿主机中编译并运行::193 make LLVM=1 rusttest
158 库,其中包含了内核中自定义 ``alloc`` 所提供的设施。测试可以使用 ``rusttest`` Make 目标172 ``rusttest`` 是本功能的Make目标。
204 The ``rusttest`` host tests208 that performs the kernel build) using the ``rusttest`` Make target::210 make LLVM=1 rusttest
301 (called doctests or documentation tests). The ``rusttest`` Make target uses
1861 PHONY += rusttest1862 rusttest: prepare target