mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-25 08:30:55 +00:00
5ad207f785
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. |
||
---|---|---|
.. | ||
.gitignore | ||
BUILD.bazel | ||
convert_1f.c | ||
convert_1r.c | ||
convert_test.c | ||
convert.c | ||
convert.h | ||
data.h | ||
defs.h | ||
README.md | ||
resources.h | ||
test.h | ||
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