diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 09:17:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 09:17:01 +0200 |
commit | 5a36f357e174d002722122d2408c57fb43da6e59 (patch) | |
tree | 4d31e5ac43a3013426d26f48e7a42850c2aa8aea /tests/process/buildfile | |
parent | 083834dcc5b76fe6f1318eb2b91c5caf08cd0c5f (diff) |
Implement execution of Windows batch files
Diffstat (limited to 'tests/process/buildfile')
-rw-r--r-- | tests/process/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process/buildfile b/tests/process/buildfile index ae765c4..72cbec2 100644 --- a/tests/process/buildfile +++ b/tests/process/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} ../../butl/lib{butl} +exe{driver}: cxx{driver} ../../butl/lib{butl} test{testscript} include ../../butl/ |