blob: 83418473c486030fa38c406eef846058a1ae4cef (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/builtin/buildfile
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
./: exe{driver} file{cp-dir/cp-file}
exe{driver}: {hxx cxx}{*} $libs testscript{*}
|