File: build-test

package info (click to toggle)
feedbackd 0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,068 kB
  • sloc: ansic: 7,926; xml: 97; makefile: 31; sh: 27; python: 8
file content (9 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

CFLAGS=$(shell pkg-config --cflags libfeedback-0.0)
LIBS=$(shell pkg-config --libs libfeedback-0.0)

t1: debian/tests/build-test.c
	gcc -o $@ $(CFLAGS) $< $(LIBS)
	@echo "Build test of $< succeeded"
	@rm -f $@