aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/scheduler/buildfile
blob: 2e79c16ccbc054c923e37b64e8642d6f263b3aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : unit-tests/scheduler/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

#@@ Temporary until we get utility library support.
#
if ($cxx.target.class != "windows")
  cxx.libs += -lpthread
import libs = libbutl%lib{butl}
src = scheduler diagnostics utility variable name b-options types-parsers

exe{driver}: cxx{driver} ../../build2/cxx{$src} $libs

include ../../build2/