File: README

package info (click to toggle)
nsync 1.29.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,816 kB
  • sloc: ansic: 9,130; asm: 1,137; makefile: 944; sh: 619; cpp: 551
file content (6 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
mkdep is used to create Makefile dependencies 
with compilers that don't have a working flag to do it.

run_tests is used to run tests.  It would be a few lines of shell script,
except for Windows, which has a very different shell, so it's easier to do it
in C.