17 lines
241 B
C++
17 lines
241 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2022 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/test/common/libult/signal_utils.h"
|
||
|
|
||
|
#include "gtest/gtest.h"
|
||
|
|
||
|
std::string lastTest("");
|
||
|
|
||
|
int setAlarm(bool enableAlarm) {
|
||
|
return 0;
|
||
|
}
|