-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule usersim
updated
17 files
+7 −5 | inc/usersim/ex.h | |
+30 −11 | inc/usersim/ke.h | |
+5 −1 | inc/usersim/rtl.h | |
+15 −12 | inc/usersim/se.h | |
+115 −20 | src/ke.cpp | |
+39 −44 | src/platform_user.cpp | |
+9 −3 | src/rtl.cpp | |
+93 −22 | src/se.cpp | |
+6 −1 | tests/CMakeLists.txt | |
+51 −0 | tests/ex_test.cpp | |
+56 −107 | tests/ke_test.cpp | |
+53 −0 | tests/mm_test.cpp | |
+18 −0 | tests/rtl_test.cpp | |
+54 −0 | tests/se_test.cpp | |
+6 −1 | tests/tests.vcxproj | |
+16 −1 | tests/tests.vcxproj.filters | |
+17 −0 | tests/wdf_test.cpp |