Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 1 | -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 Hunkeler | 2020-05-24 | 1 | -3/+3 |
| | |||||
* | Allocate enough stack to support all of its potential arguments | Joseph Hunkeler | 2020-05-24 | 1 | -1/+1 |
| | |||||
* | Fix missing end quote | Joseph Hunkeler | 2020-05-08 | 1 | -2/+2 |
| | |||||
* | Add mock_image function | Joseph Hunkeler | 2020-05-01 | 1 | -0/+112 |
| | |||||
* | Refactor TestValue member names | Joseph Hunkeler | 2020-04-28 | 1 | -3/+8 |
| | |||||
* | Disable unused parameter warnings for tests. Tired of them. | Joseph Hunkeler | 2020-04-24 | 1 | -0/+1 |
| | |||||
* | Add test_human_readable_size | Joseph Hunkeler | 2020-04-10 | 1 | -0/+4 |
| | | | | * Add additional integer types to TestCase union | ||||
* | Add test_fs_get_file_size | Joseph Hunkeler | 2020-04-09 | 1 | -0/+43 |
| | | | | * Add mock_size function to framework.h | ||||
* | Add test_checksum_sha256 test | Joseph Hunkeler | 2020-03-31 | 1 | -0/+22 |
| | |||||
* | Allow up to 10 arbitrary test arguments | Joseph Hunkeler | 2020-03-30 | 1 | -0/+1 |
| | |||||
* | Add `const char **` type to TestValue union | Joseph Hunkeler | 2020-03-28 | 1 | -0/+1 |
| | |||||
* | Initial commit of tests | Joseph Hunkeler | 2020-03-24 | 1 | -0/+61 |