aboutsummaryrefslogtreecommitdiff
path: root/tests/bash
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26Make bash module install into bin/<project>.bash/ to avoid clashesBoris Kolpackov1-2/+2
Also, expect the first component in the import path to be full project name even in case it has the .bash extension.
2020-03-17Adapt testscripts to ln builtin target path completion fixKaren Arutyunov1-1/+1
2020-03-11Optimize testscripts not to search for subprojectsKaren Arutyunov1-0/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov2-2/+0
2019-10-14Implement MSVC installation discovery for version 15 (2017) and laterKaren Arutyunov1-1/+1
In particular, this removes the requirement to build from the Visual Studio command prompt. Note that since MSVC compiler binaries are target-specific (i.e., there are no -m32/-m64 options nor something like /MACHINE), in this case we default to a 64-bit build (a 32-bit build can still be achieved by running from a suitable command prompt). Finally, this mechanism is also used to find Clang bundled with MSVC.
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-1/+1
2018-07-20Implement bash moduleBoris Kolpackov2-0/+228