aboutsummaryrefslogtreecommitdiff
path: root/tests/stdc++.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdc++.cc')
-rw-r--r--tests/stdc++.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stdc++.cc b/tests/stdc++.cc
index 251bb84..6ec846a 100644
--- a/tests/stdc++.cc
+++ b/tests/stdc++.cc
@@ -8,12 +8,17 @@
*/
#include <assert.h>
+#include <string.h>
+
#include "osx2win32.hh"
+#include "osx2win32_name.hh"
#include "osx.hh"
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;