File: 02distcc.test

package info (click to toggle)
ccontrol 0.9.1%2B20060806-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 440 kB
  • ctags: 188
  • sloc: ansic: 1,478; sh: 302; makefile: 142; python: 141; xml: 64
file content (9 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# ARGS -c -o hello.o world.c
# NAME /usr/bin/gcc
# EXEC DISTCC_HOSTS='snab/4 fort/6' /usr/bin/distcc /usr/bin/my-gcc -c -o hello.o world.c
# Also tests parsing after distcc-hosts, which uses to_eol().
[*]
	distcc-hosts = snab/4 fort/6
	distcc = /usr/bin/distcc
	cc = /usr/bin/my-gcc