Dietrich Epp c4bf86786e Reorganize
- Extracted functions to //lib:test for writing tests

- Extracted functions to lib/util.h if they are useful outside tests
2022-03-30 03:46:19 -04:00
..
2022-03-24 12:03:20 -04:00
2022-03-30 03:46:19 -04:00
2022-03-25 13:33:24 -04:00
2022-03-25 13:33:24 -04:00
2022-03-30 03:46:19 -04:00
2022-03-25 13:33:24 -04:00
2022-03-25 13:33:24 -04:00
2022-03-25 01:45:55 -04:00
2022-03-23 17:51:55 -04:00
2022-03-23 17:51:55 -04:00

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