Project

General

Profile

Actions

Devtools » History » Revision 10

« Previous | Revision 10/12 (diff) | Next »
laforge, 05/11/2018 10:31 AM


Development tools

C tools

  • Lindent (from kernel source), reformat C code to the Linux kernel (and osmocom) coding standards
  • cflow to generate flow-graphs from source code

Patches

  • git format-patch -1, generate a patch
  • checkpatch.pl, check patches for common errors (Ignore x-signed-off-by)
  • make distcheck catches quite a few errors, run it before sending patches.
  • git send-email -1 Send a patch to the mailing list (after configuration)

Testing

  • make check: run it and don't introduce regressions
  • make distcheck: run it to make sure that make dist contains everything needed and you didn't forget to add any files to Makefile.am
  • Our extensive Titan_TTCN3_Testsuites

Misc

Python tools

Formatting

Checking/analysis

Files (0)

Updated by laforge almost 6 years ago · 10 revisions

Add picture from clipboard (Maximum size: 48.8 MB)