aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/scheduler/buildfile
blob: cfcd3cb07efa7db6dfaa7379a3ff86e74f9e8824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : unit-tests/scheduler/buildfile
# copyright : Copyright (c) 2014-2016 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/