Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/aux/common.sh: Add is() | Patrick McDermott | 2019-04-23 | 1 | -1/+18 |
| | | | | Copied from opkbuild. | ||||
* | tests/*_is_concerned.sh: Mark two tests as XFAIL | Patrick McDermott | 2019-04-22 | 2 | -3/+3 |
| | |||||
* | tests/common.sh: Remove newly unused file | Patrick McDermott | 2019-04-21 | 1 | -110/+0 |
| | |||||
* | tests/parse_control.common.sh: Update copyright notice | Patrick McDermott | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | tests/parse_control.common.sh: Fix locale loading | Patrick McDermott | 2019-04-21 | 1 | -0/+2 |
| | |||||
* | tests/parse_control.common.sh: Fix load_locale() call | Patrick McDermott | 2019-04-21 | 2 | -2/+3 |
| | | | | | | Fixes: ./tests/parse_control.basic: 92: ./tests/parse_control.basic: load_locale: not found | ||||
* | tests/parse_control.common.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 2 | -2/+5 |
| | |||||
* | tests/resolve_deps.basic.sh: Update copyright notice | Patrick McDermott | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | tests/resolve_deps.basic.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 2 | -3/+7 |
| | |||||
* | itests/aux/common.sh: New file | Patrick McDermott | 2019-04-21 | 1 | -0/+71 |
| | |||||
* | tests/reduce_deps.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 2 | -38/+112 |
| | |||||
* | tests/*_is_concerned.sh: Link against tests/aux/tap-functions.sh | Patrick McDermott | 2019-04-21 | 3 | -6/+2 |
| | |||||
* | tests/match_arch.sh, tests/match_plat.sh: Remove | Patrick McDermott | 2019-04-21 | 3 | -150/+0 |
| | | | | | | tests/arch_is_concerned.sh and tests/plat_is_concerned.sh cover match_arch() and match_plat() already, and match_arch() and match_plat() will soon become "static" functions. | ||||
* | tests/plat_is_concerned.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 1 | -41/+94 |
| | |||||
* | tests/arch_is_concerned.sh: Update copyright notice | Patrick McDermott | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | tests/arch_is_concerned.sh: Fix copying errors | Patrick McDermott | 2019-04-21 | 1 | -15/+15 |
| | |||||
* | tests/arch_is_concerned.sh: Add test plan | Patrick McDermott | 2019-04-21 | 1 | -0/+2 |
| | |||||
* | tests/arch_is_concerned.sh: Add more test cases | Patrick McDermott | 2019-04-21 | 1 | -0/+37 |
| | | | | Cf. opkbuild commit 99a6fe6. | ||||
* | tests/arch_is_concerned.sh: Convert to TAP | Patrick McDermott | 2019-04-21 | 1 | -48/+100 |
| | |||||
* | tests/aux/tap-functions.sh: Drop `set -x` | Patrick McDermott | 2019-04-21 | 1 | -2/+0 |
| | |||||
* | tests/aux/tap-functions.sh: New file | Patrick McDermott | 2019-04-21 | 1 | -0/+231 |
| | | | | Copied from t/ax/tap-functions.sh in GNU Automake. | ||||
* | resolve_deps(): Move to src/deps.sh | P. J. McDermott | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | tests/local.mk: Add objects to CLEANFILES | P. J. McDermott | 2015-12-07 | 1 | -0/+7 |
| | |||||
* | tests/*.sh: Drop magic number | P. J. McDermott | 2015-12-07 | 7 | -14/+0 |
| | |||||
* | tests/local.mk: Add missing dependency | P. J. McDermott | 2015-12-07 | 1 | -1/+2 |
| | |||||
* | tests/local.mk: Add missing backslash | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | tests/resolve_deps.basic.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -6/+13 |
| | |||||
* | tests/reduce_deps.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -35/+27 |
| | |||||
* | tests/plat_is_concerned.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -47/+34 |
| | |||||
* | tests/parse_control.common.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -5/+10 |
| | |||||
* | tests/match_plat.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -8/+13 |
| | |||||
* | tests/match_arch.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -12/+17 |
| | |||||
* | tests/arch_is_concerned.sh: Wrap long lines | P. J. McDermott | 2015-12-07 | 1 | -18/+26 |
| | |||||
* | tests/arch_is_concerned.sh: Define main() | P. J. McDermott | 2015-12-07 | 1 | -47/+34 |
| | |||||
* | tests/common.sh: Remove use() | P. J. McDermott | 2015-12-07 | 1 | -15/+0 |
| | |||||
* | tests/*.sh: Drop . and use() | P. J. McDermott | 2015-12-07 | 8 | -31/+0 |
| | |||||
* | tests/local.mk: Build TESTS into check_PROGRAMS | P. J. McDermott | 2015-12-07 | 1 | -2/+48 |
| | |||||
* | tests/reduce_deps.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+84 |
| | |||||
* | tests/plat_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+98 |
| | |||||
* | tests/arch_is_concerned.sh: Print to stdout | P. J. McDermott | 2014-08-30 | 1 | -8/+6 |
| | |||||
* | tests/arch_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+100 |
| | |||||
* | tests/match_plat.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+66 |
| | |||||
* | tests/match_arch.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+74 |
| | |||||
* | Fix license notices | P. J. McDermott | 2014-08-25 | 4 | -4/+4 |
| | | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/. | ||||
* | tests/parse_control.common.sh: Drop interp line | P. J. McDermott | 2014-08-25 | 1 | -2/+0 |
| | | | | This file isn't executed. | ||||
* | Improve license notices and file descriptions | P. J. McDermott | 2014-08-25 | 4 | -44/+48 |
| | |||||
* | Update copyright years | P. J. McDermott | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | tests/parse_control.sh: Remove | P. J. McDermott | 2014-08-23 | 2 | -78/+0 |
| | |||||
* | tests/common.sh: test_diff(): More local vars | P. J. McDermott | 2014-08-20 | 1 | -0/+5 |
| | |||||
* | tests/resolve_deps.basic.sh: New test | P. J. McDermott | 2014-08-20 | 2 | -1/+43 |
| |