mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-21 12:30:58 +00:00
.. | ||
.gitignore | ||
BUILD.bazel | ||
convert_1f.c | ||
convert_1r.c | ||
convert_test.c | ||
convert.c | ||
convert.h | ||
data.h | ||
README.md | ||
resources.h |
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