aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-08-31test: Add test_run and test_assert macrosKenny Levinsen
test_run and test_assert replaces regular assert with better logging which include the currently running test name. The tests can now also be built without DEBUG.
2020-08-31linked_list: linked_list_take should concat listsKenny Levinsen
2020-08-30linked_list: Implement linked_list_takeKenny Levinsen
2020-08-06linked_list: Add unittestKenny Levinsen