summaryrefslogtreecommitdiff
path: root/unit-tests/parser/buildfile
blob: 8648de598bc1ff3a6c42416f36ea03d91dbb0fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : unit-tests/parser/buildfile
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

#@@ Temporary until we get utility library support.
#
import libs = libcutl%lib{cutl}
src = lexer parser \
semantics/{class elements expression namespace option unit} \
traversal/{class elements namespace option unit}

exe{driver}: cxx{driver} ../../cli/cxx{$src} $libs test{testscript}

include ../../cli/