File: build-example

package info (click to toggle)
bs-thread-pool 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: cpp: 4,641; python: 543; sh: 8; makefile: 2
file content (14 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
set -u

cp -a tests "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"/tests/

echo ========= BUILDING TEST PROGRAM =========
g++ BS_thread_pool_test.cpp -o thread_pool_test

echo ========= RUNNING TEST PROGRAM =========
./thread_pool_test