summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)Author
2021-08-23update hs_parse_args_tests to reflect the lack of type distinction between ↵sanine
integers and numbers
2021-08-21begin refactoring tests to reflect struct-based API and implement ↵sanine
hs_pushstring()
2021-08-08add helper macro for hs_throw_error() tests and add extremely long string testsanine-a
2021-08-08add hs_throw_error() implementation and fix bug in testssanine-a
2021-08-08change colors in test error messages to improve readabilitysanine-a
2021-08-08write initial tests for hs_throw_error()sanine-a
2021-08-08add equality test macrossanine-a
2021-08-08initialize table processing test variablessanine-a
2021-08-08simplify test suite macrossanine-a
2021-08-08add file/line numbers to failed asserts and add test suite start/finish macrossanine-a
2021-07-04add repeated tests for hs_process_tablesanine-a
2021-07-04add tests for all sample table combinations for hs_process_tablesanine-a
2021-07-03create hs_process_table_tests.c and add basic table processing testsanine-a
2021-07-02add tests for hs_create_enumsanine-a
2021-07-02finish refactoring existing tests into separate filessanine-a
2021-07-02begin refactor of tests into individual source filessanine-a