summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-09-18add basic mesh vertex loadingsanine
2022-09-16fix bug in float assertionssanine
2022-08-22add append_table()sanine
2022-08-20fix bug in gl.bufferData and add error checkingsanine
2022-08-18implement working windowssanine
2022-08-18add glfwInit and glfwTerminate bindingssanine
2022-06-16add mock_**queue macrossanine
2022-06-16add initial window frameworksanine
2022-06-16add helper macros for mockingsanine
2022-06-14fix RUN_TESTS macrosanine
2022-06-14add basic logging functionsanine
2022-06-14scorched earth, start oversanine
2021-10-21move test files to the same directories as the files they testsanine
2021-09-28add multiple data types test and move mock queue cleanup and init into tests_...sanine
2021-09-28add mock_queue_cleanup() function and move queue malloc call inside mock_queu...sanine
2021-09-28add mock queuesanine
2021-09-25add honey_warn(), honey_error(), and honey_fatal() logging macrossanine
2021-09-25add honey_info() log functionsanine
2021-09-24add getters and setters for log level/filesanine
2021-09-24update logging to use real functionssanine
2021-09-23fix debug required logging levelsanine
2021-09-23add honey_debug_()sanine
2021-09-23add honey_log_level_str_()sanine
2021-09-23add basic test frameworksanine