blob: 881153e90a3a3d740ca5b512fae22ae273fbac6c (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libstd-modules%liba{std-modules}
exe{driver}: cxx{driver} $libs
exe{driver}: test.output = test.out
|