summaryrefslogtreecommitdiff
path: root/unit-tests/lexer/buildfile
blob: 0b4fbcfb60a7ecd5b00e7c78bb965730c79e9a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : unit-tests/lexer/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

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

include ../../cli/