mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
feat(process): add basic process functions
This commit is contained in:
parent
f9b65946a0
commit
3728c3d167
3 changed files with 39 additions and 0 deletions
9
test/Process.cpp
Normal file
9
test/Process.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "bc/Process.hpp"
|
||||
#include "test/Test.hpp"
|
||||
|
||||
TEST_CASE("Blizzard::Process::Sleep", "[process]") {
|
||||
SECTION("sleeps") {
|
||||
Blizzard::Process::Sleep(1);
|
||||
SUCCEED();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue