Age | Commit message (Collapse) | Author |
|
This fixes #516.
|
|
* rewrite tests to work with meson
This ports our tests to meson and makes them able to be run in parallel.
* add tests to ci
* rewrite test/check-trailing-newlines in bash
This test was using a GNU sed command which does not work on Alpine Linux.
|
|
- drop old build system
- move shared include and source files to common directory
- drop "rc-" prefix from shared include and source files
- move executable-specific code to individual directories under src
- adjust top-level .gitignore file for new build system
This closes #489.
|
|
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
|
|
This fixes #296.
|
|
This fixes #295.
|
|
This fixes #265.
|
|
git grep shows no usage, and `make test` passes
This fixes #256.
|
|
This fixes #263.
|
|
|
|
The test environment previously used the system default paths instead of installing the necessary $PATH environment
variable to make finding eval_ecolors work.
This closes #117.
X-Gentoo-Bug: 374191.
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=374191.
|
|
X-Gentoo-Bug: 572602
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602
|
|
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
When the test suite is being run, we need our local directories in PATH
and LD_LIBRARY_PATH before the system directories. This makes sure we
run our tests using the currently built tree.
|
|
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
The local files we source might use local binaries (like eval_ecolors),
so setup the env first.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|