mirror of
https://github.com/depp/syncfiles.git
synced 2025-02-19 20:30:39 +00:00
- Extracted functions to //lib:test for writing tests - Extracted functions to lib/util.h if they are useful outside tests
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