mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Wait for events from host
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3323deb825
commit
b21fef96cb
@@ -806,6 +806,11 @@ TEST(SysCalls, WhenSysCallsFstatCalledThenCallIsRedirectedToOs) {
|
||||
EXPECT_EQ(0, result);
|
||||
}
|
||||
|
||||
TEST(SysCalls, WhenSysCallsGetNumThreadsCalledThenCallIsRedirectedToOs) {
|
||||
auto result = NEO::SysCalls::getNumThreads();
|
||||
EXPECT_GT(result, 0u);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
bool useDefaultListener = false;
|
||||
bool enableAlarm = true;
|
||||
|
||||
Reference in New Issue
Block a user