File: 002_libfile

package info (click to toggle)
pbuilder 0.231
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,956 kB
  • sloc: sh: 5,697; xml: 1,755; makefile: 251; ansic: 11
file content (9 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# make sure test file compiles and links against the library, and
# runs.  the source file ends with '.c' which is excluded by
# run-parts, because it contains '.'

gcc debian/pbuilder-test/002_sample.c -o /tmp/002_sample.out $(libecasoundc-config --libs --cflags
)
/tmp/002_sample.out