diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:30:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:30:26 +0300 |
commit | 0abe95816cef114d372ab7ec4a48d9c51061814a (patch) | |
tree | a864cdb91caec8db0aaf9190cfe5474d2f2c863b /tests | |
parent | 631489af70b42392657c748eccd2fc3a40a02006 (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common/hello/libhello-1.0.0.tar.gz | bin | 2412 -> 2414 bytes | |||
-rw-r--r-- | tests/common/libhello-1.0.0/buildfile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz Binary files differindex 18ddb08..281d221 100644 --- a/tests/common/hello/libhello-1.0.0.tar.gz +++ b/tests/common/hello/libhello-1.0.0.tar.gz diff --git a/tests/common/libhello-1.0.0/buildfile b/tests/common/libhello-1.0.0/buildfile index 8a79aa1..266be97 100644 --- a/tests/common/libhello-1.0.0/buildfile +++ b/tests/common/libhello-1.0.0/buildfile @@ -2,5 +2,5 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +tests/: install = false doc{INSTALL}@./: install = false |