aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin/buildfile
blob: 8d22fe4cbfdd3343707c84c2094d6511b193a429 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : tests/builtin/buildfile
# license   : MIT; see accompanying LICENSE file

import libs = libbutl%lib{butl}

./: exe{driver} file{cp-dir/cp-file}

exe{driver}: {hxx cxx}{*} $libs testscript{*}

if ($cxx.target.class != 'windows')
  cxx.libs += -lpthread