Added a bunch of tests for WaitSynchN and WaitSynch1.
This commit is contained in:
parent
1ac4d1209b
commit
2d41fc495e
@ -3,9 +3,11 @@
|
|||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
namespace Ports { void TestAll(); }
|
namespace Ports { void TestAll(); }
|
||||||
|
namespace WaitSynch { void TestAll(); }
|
||||||
|
|
||||||
void TestAll() {
|
void TestAll() {
|
||||||
Ports::TestAll();
|
Ports::TestAll();
|
||||||
|
WaitSynch::TestAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
1140
source/tests/kernel/waitsynch.cpp
Normal file
1140
source/tests/kernel/waitsynch.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user