File: compile

package info (click to toggle)
libpmemobj-cpp 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,568 kB
  • sloc: cpp: 14,128; sh: 643; ansic: 497; perl: 381; makefile: 8
file content (9 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

TEST="$(basename $0)"
SRC="$(pwd)"
cd "$AUTOPKGTEST_TMP"

cmake "$SRC/examples/$TEST"
make