diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-14 16:15:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-06 10:47:57 +0300 |
commit | 3ee9761b73aff34c7f30ee44b8aac276d413cc21 (patch) | |
tree | 8720a9282eb9cb9ea211c8fa0487724615b513c2 /tests/builtin/buildfile | |
parent | e197ae6fae73719266fd4747f499cd6106fbff4e (diff) |
Add builtin::timed_wait(), builtin::try_wait(), and pseudo_builtin()
Diffstat (limited to 'tests/builtin/buildfile')
-rw-r--r-- | tests/builtin/buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/builtin/buildfile b/tests/builtin/buildfile index 8341847..8d22fe4 100644 --- a/tests/builtin/buildfile +++ b/tests/builtin/buildfile @@ -6,3 +6,6 @@ import libs = libbutl%lib{butl} ./: exe{driver} file{cp-dir/cp-file} exe{driver}: {hxx cxx}{*} $libs testscript{*} + +if ($cxx.target.class != 'windows') + cxx.libs += -lpthread |