summaryrefslogtreecommitdiff
path: root/unit-tests/lexer/buildfile
blob: 483250efc393bc7c26ccea0c7e77091038efb04d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : unit-tests/lexer/buildfile
# copyright : Copyright (c) 2009-2013 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}: cxx{driver} ../../cli/cxx{$src} $libs test{testscript}

include ../../cli/