Added a bunch of tests for WaitSynchN and WaitSynch1.

This commit is contained in:
bunnei 2015-02-11 23:00:06 -05:00
parent 1ac4d1209b
commit 2d41fc495e
2 changed files with 1142 additions and 0 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff