summaryrefslogtreecommitdiff
path: root/unit-tests/parser/buildfile
blob: 44020d85f4bdaa090cd01a802458e9d7849ae798 (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}: {hxx cxx}{*} ../../cli/cxx{$src} $libs test{testscript}

include ../../cli/