summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* dirent: Add function to allocate & build long nameHEADmasterPatrick McDermott2023-07-311-1/+16
| | | | | | | And add test cases. Based on code from commit 42156fbb5d41e2360336c32365e89b14fe5b01ca, which was removed in commit bceab75f6330f82e55381c49026878e3a339a984.
* tests: Fix dirent test with is_dir=1Patrick McDermott2023-07-311-1/+1
| | | | | opkg_opk_dirent_name_prefix() only adds a trailing slash if there's room in the name buffer.
* tests: Add dirent testsPatrick McDermott2023-07-314-1/+78
| | | | | Based on test code removed in commit ceb7c5fd1ee2705b09aac143931a925a6f23d7eb.
* tests: Update to use executables in subdirectoriesPatrick McDermott2023-07-062-4/+4
|
* tests: Update to use common codePatrick McDermott2023-07-062-5/+7
|
* tests: Check specials file contentsPatrick McDermott2023-07-051-1/+7
|
* tests: Remove node placeholderPatrick McDermott2023-07-051-1/+2
|
* tests/build: Test mknodPatrick McDermott2023-06-274-6/+18
| | | | Currently doesn't work.
* tests/mode: Test "s" and "t" permsPatrick McDermott2023-06-271-1/+5
|
* tests/mode: Add more test casesPatrick McDermott2023-06-271-2/+10
| | | | permcopy is broken.
* tests: Test helpers/modePatrick McDermott2023-06-274-0/+63
|
* Fix license noticesPatrick McDermott2023-06-183-3/+3
|
* tests: Test -s optionPatrick McDermott2023-06-171-8/+7
|
* tests: Verify contents of built packagePatrick McDermott2023-06-171-1/+22
|
* tests: Add common functions (copied from opkbuild)Patrick McDermott2023-06-172-1/+71
|
* tests: Add package build testPatrick McDermott2023-06-173-1/+38
|
* tests: Make version test always return truePatrick McDermott2023-06-171-0/+2
|
* tests: Add package work areaPatrick McDermott2023-06-175-0/+14
|
* tests: Add version output testPatrick McDermott2023-06-172-1/+38
|
* tests: Drop `set -x`Patrick McDermott2023-06-171-2/+0
|
* build: Add test frameworkPatrick McDermott2023-06-173-0/+244
build-aux/tap-driver.sh: https://git.savannah.gnu.org/cgit/automake.git/plain/lib/tap-driver.sh tests/aux/tap-functions.sh: https://git.savannah.gnu.org/cgit/automake.git/plain/t/ax/tap-functions.sh