summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/*.sh: Move to tests/lib/Patrick McDermott2019-03-177-6/+6
|
* tests/*.sh: set -uPatrick McDermott2019-03-166-6/+6
|
* lib/, locale/, tests/: Update copyright yearsPatrick McDermott2019-03-161-1/+1
|
* tests/local.mk: Set OB_LIB_BUILDDIR in SH_LOG_DRIVERPatrick McDermott2019-03-161-0/+1
|
* tests/ob_match_arch.sh: RemovePatrick McDermott2019-03-142-66/+0
|
* tests/ob_match_arch.sh: Drop "all" host arch testsPatrick McDermott2019-03-141-11/+1
|
* tests/ob_arch_is_concerned.sh: Add more test casesPatrick McDermott2019-03-141-1/+43
| | | | These are similar to test cases in tests/ob_match_arch.sh.
* tests/ob_parse_dep.sh: Update option letterPatrick McDermott2019-03-131-1/+1
|
* Protect [ commands from strings beginning with "-"Patrick McDermott2019-03-132-23/+23
|
* tests/*.sh: set -ePatrick McDermott2019-03-137-0/+14
|
* tests/ob_parse_dep.sh: Replace echo and improve quotes in eval cmdPatrick McDermott2019-03-131-2/+2
|
* ob_parse_changelog(): Pass args, not global vars, to cbPatrick McDermott2019-03-111-20/+44
| | | | And update test file.
* ob_parse_control(): Add a user_data operandPatrick McDermott2019-01-051-4/+7
|
* ob_parse_control(): Pass field name and value as argsPatrick McDermott2019-01-051-8/+19
|
* tests/ob_parse_control.sh: New test filePatrick McDermott2019-01-052-1/+99
|
* tests/ob_parse_changelog.sh: Verify premature end to parsingPatrick McDermott2018-12-281-1/+8
|
* tests/ob_parse_changelog.sh: New test filePatrick McDermott2018-12-282-1/+134
|
* Move code from Makefile.am to tests/local.mkPatrick McDermott2018-12-271-0/+12
|
* Makefile.am, tests/*.sh: Set and use source and build dir env varsPatrick McDermott2018-12-245-25/+10
|
* tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-245-5/+5
|
* tests/*.sh: Update copyright holder namePatrick McDermott2018-12-245-5/+5
|
* tests/ob_match_arch.sh: Fix header commentPatrick McDermott2018-12-241-1/+1
|
* tests/*.sh: Update header comments, copyright years, & licensePatrick McDermott2018-12-245-45/+45
|
* tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: ↵Patrick McDermott2018-12-242-32/+32
| | | | s/core-linux-eglibc/amd64-linux-glibc/g
* tests/ob_parse_dep.sh: Convert to TAPPatrick McDermott2018-12-243-115/+119
|
* tests/ob_reduce_deps.sh: Correct a commentPatrick McDermott2018-12-241-1/+1
|
* tests/ob_reduce_deps.sh: Convert to TAPPatrick McDermott2018-12-243-106/+118
|
* tests/ob_plat_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-104/+90
|
* tests/ob_arch_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-105/+89
|
* tests/common.sh: RemovePatrick McDermott2018-12-231-33/+0
|
* tests/ob_match_arch.sh: Convert to TAPPatrick McDermott2018-12-233-114/+47
|
* Makefile.am, tests/local.mk: Use TAPPatrick McDermott2018-12-231-13/+6
|
* tests/aux/tap-functions.sh: New filePatrick McDermott2018-12-231-0/+229
|
* ob_use(): RemovePatrick McDermott2018-12-226-33/+0
|
* tests/common.sh: Load libopkbuild and neuter ob_use()Patrick McDermott2018-12-221-2/+2
|
* Remove copyright notices from local.mk filesPatrick McDermott2018-12-221-18/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-2/+2
|
* tests/ob_parse_dep.rc: Add a testcaseP. J. McDermott2014-10-241-0/+8
| | | | | | | | | | This currently fails with: FAIL: tests/ob_parse_dep.sh Dependency "busybox (<< 1.21.1.12)", component "rel": " <" != "<<" Dependency "busybox (<< 1.21.1.12)", component "ver": "<1.21.1.12" != "1.21.1.12"
* tests/common.sh: Remove _ob_local and _ob_return.P. J. McDermott2014-05-151-11/+8
|
* tests/ob_arch_is_concerned.sh: New test.P. J. McDermott2014-05-153-0/+126
| | | | | | | | | | | The last test case is currently expected to fail: FAIL: tests/ob_arch_is_concerned.sh False positive: Host architecture: "all" Package architectures: "!amd64-linux-glibc" (There are also some errors about _ob_local.)
* tests/ob_plat_is_concerned.sh: New test.P. J. McDermott2014-05-153-2/+126
| | | | | | | | | | | The last test case is currently expected to fail: FAIL: tests/ob_plat_is_concerned.sh False positive: Host platform: "all" Package platforms: "!dev" (There are also some errors about _ob_local.)
* tests/local.mk: New "tests_data" macro.P. J. McDermott2014-05-131-0/+5
|
* Fix tests file names for distribution.P. J. McDermott2013-06-151-3/+3
|
* Make test target non-recursive.P. J. McDermott2013-06-152-64/+22
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-165-5/+5
|
* Include tests in opkbuild distribution archive.P. J. McDermott2012-10-101-0/+10
|
* Improve format of "ob_parse_dep" test data.P. J. McDermott2012-10-023-36/+108
|
* Improve format of "ob_reduce_deps" test data.P. J. McDermott2012-10-023-48/+88
|
* Add "ob_match_arch" unit test.P. J. McDermott2012-10-023-1/+147
|
* Add more data for "ob_reduce_deps" test.P. J. McDermott2012-09-091-0/+14
|