summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Enable "ob_reduce_deps" test.P. J. McDermott2012-09-091-1/+1
|
* Add unit test for ob_reduce_deps.P. J. McDermott2012-09-092-0/+71
|
* Rename data file for "ob_parse_dep" test.P. J. McDermott2012-09-092-1/+1
|
* Rename "deps" test to "ob_parse_dep".P. J. McDermott2012-09-091-2/+2
|
* Highlight test results banner.P. J. McDermott2012-09-091-1/+12
|
* Improve ob_parse_dep test output.P. J. McDermott2012-09-091-9/+8
|
* Collect test output on STDERR.P. J. McDermott2012-09-091-1/+1
|
* Update tests/common.sh for commit 01cd33a4.P. J. McDermott2012-09-091-3/+6
|
* Set non-zero exit status on test failures.P. J. McDermott2012-09-092-0/+6
|
* Add pass/fail logic for tests to build system.P. J. McDermott2012-09-091-5/+15
|
* Fix depstab parsing and component testing.P. J. McDermott2012-09-091-3/+10
|
* Fix test_assert.P. J. McDermott2012-09-091-2/+4
|
* Enable "deps" test.P. J. McDermott2012-09-091-1/+1
|
* Fix paths in tests.P. J. McDermott2012-09-092-4/+6
|
* Add a unit test for ob_parse_dep.P. J. McDermott2012-09-082-0/+59
|
* Implement functions common to all unit tests.P. J. McDermott2012-09-081-0/+50
|
* Pass DESTDIR macro into environment of unit tests.P. J. McDermott2012-09-081-1/+1
|
* Add support for unit tests to build system.P. J. McDermott2012-09-081-0/+33