aboutsummaryrefslogtreecommitdiff
path: root/tests/framework.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor fstree (#39)Joseph Hunkeler2020-06-031-1/+1
| | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test
* Large paths don't matter. All paths will be relative to the tests anyway.Joseph Hunkeler2020-05-241-3/+3
|
* Allocate enough stack to support all of its potential argumentsJoseph Hunkeler2020-05-241-1/+1
|
* Fix missing end quoteJoseph Hunkeler2020-05-081-2/+2
|
* Add mock_image functionJoseph Hunkeler2020-05-011-0/+112
|
* Refactor TestValue member namesJoseph Hunkeler2020-04-281-3/+8
|
* Disable unused parameter warnings for tests. Tired of them.Joseph Hunkeler2020-04-241-0/+1
|
* Add test_human_readable_sizeJoseph Hunkeler2020-04-101-0/+4
| | | | * Add additional integer types to TestCase union
* Add test_fs_get_file_sizeJoseph Hunkeler2020-04-091-0/+43
| | | | * Add mock_size function to framework.h
* Add test_checksum_sha256 testJoseph Hunkeler2020-03-311-0/+22
|
* Allow up to 10 arbitrary test argumentsJoseph Hunkeler2020-03-301-0/+1
|
* Add `const char **` type to TestValue unionJoseph Hunkeler2020-03-281-0/+1
|
* Initial commit of testsJoseph Hunkeler2020-03-241-0/+61