From 71c60a593b571ef49ca083ef4cbc6b02eb42da59 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 14 Jul 2017 14:10:38 +0200 Subject: Add tests for code-table Signed-off-by: Pierre Ossman --- tests/stdc++.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/stdc++.cc') diff --git a/tests/stdc++.cc b/tests/stdc++.cc index 51727cf..251bb84 100644 --- a/tests/stdc++.cc +++ b/tests/stdc++.cc @@ -9,10 +9,12 @@ #include #include "osx2win32.hh" +#include "osx.hh" int main(int argc, char** argv) { assert(code_map_osx_to_win32[0x1d] == 0x30); + assert(code_table_osx[0x1d] == 0x3b); return 0; } -- cgit v1.1