Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 299 Bytes

File metadata and controls

6 lines (4 loc) · 299 Bytes

#Debugging

Some command lines for debugging the unit tests:

  • configure with symbols and disable optimization: CFLAGS="-g -O0 -std=c11 -Wpedantic" CHECK_CFLAGS=$CFLAGS ./configure
  • attach ddd/gdb to check_jstruct: LD_LIBRARY_PATH=jstruct/.libs/ CK_FORK="no" ddd tests/.libs/check_jstruct