mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-25 08:30:55 +00:00
.. | ||
BUILD.bazel | ||
convert_1f.c | ||
convert_1r.c | ||
convert_test.c | ||
convert.c | ||
convert.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