File: build-examples

package info (click to toggle)
primecount 7.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,336 kB
  • sloc: cpp: 13,107; makefile: 89; sh: 86; ansic: 30
file content (13 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# autopkgtest check: build and launch program examples
set -ue
cd $AUTOPKGTEST_TMP

cp -prd /usr/share/doc/primecount/examples .
cd examples

make -C c check

make -C cpp check

exit 0