aboutsummaryrefslogtreecommitdiff
path: root/tests/stdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdc.c')
-rw-r--r--tests/stdc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stdc.c b/tests/stdc.c
index 2e880da..d41b67e 100644
--- a/tests/stdc.c
+++ b/tests/stdc.c
@@ -8,12 +8,17 @@
*/
#include <assert.h>
+#include <string.h>
+
#include "osx2win32.h"
+#include "osx2win32_name.h"
#include "osx.h"
int main(int argc, char** argv)
{
assert(code_map_osx_to_win32[0x1d] == 0x30);
+ assert(strcmp(name_map_osx_to_win32[0x1d], "VK_0") == 0);
+
assert(code_table_osx[0x1d] == 0x3b);
return 0;