aboutsummaryrefslogtreecommitdiff
path: root/core/array-test.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-23test/core: add basic array_{peek,pop} testMarc André Tanner1-2/+7
2020-10-20test/core: fix relative #include directiveMarc André Tanner1-1/+1
The correct location is ensured by specifying the desired include directory (-I flag) to the compiler driver.
2020-05-13test/core: fix memory leak in array testMarc André Tanner1-0/+1
2017-02-18test/core: rename files to have distinct namesMarc André Tanner1-0/+207
Having different names for the test driver/actual implementation might make the Travis / Codecov errors less confusing.