syncfiles/convert
Dietrich Epp 5ad207f785 Embed character map tables in executable
This simplifies the conversion test, since we don't need to be careful
about which data we run the conversion test in. It will also simplify
the command-line conversion tool and its distribution. The classic Mac
OS version of this program will continue to embed conversion tables in
the resource fork.
2022-03-24 23:44:37 -04:00
..
.gitignore Add .gitignore for generated data 2022-03-24 12:03:20 -04:00
BUILD.bazel Embed character map tables in executable 2022-03-24 23:44:37 -04:00
convert_1f.c
convert_1r.c
convert_test.c Embed character map tables in executable 2022-03-24 23:44:37 -04:00
convert.c
convert.h
data.h Embed character map tables in executable 2022-03-24 23:44:37 -04:00
defs.h Run test on Mac OS X 2022-03-24 12:26:38 -04:00
README.md
resources.h
test.h Embed character map tables in executable 2022-03-24 23:44:37 -04:00
toolbox.c

Converter

Debugging

Tests can be debugged with GDB:

bazel build -c dbg //src:convert_test
gdb -ex 'dir .' -ex 'cd bazel-bin' bazel-bin/src/convert_test