home
projects
git
about
index
:
honeysuckle
master
Lua C bindings made simple
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
Age
Commit message (
Expand
)
Author
2021-08-23
update hs_parse_args_tests to reflect the lack of type distinction between in...
sanine
2021-08-21
begin refactoring tests to reflect struct-based API and implement hs_pushstri...
sanine
2021-08-08
add helper macro for hs_throw_error() tests and add extremely long string test
sanine-a
2021-08-08
add hs_throw_error() implementation and fix bug in tests
sanine-a
2021-08-08
change colors in test error messages to improve readability
sanine-a
2021-08-08
write initial tests for hs_throw_error()
sanine-a
2021-08-08
add equality test macros
sanine-a
2021-08-08
initialize table processing test variables
sanine-a
2021-08-08
simplify test suite macros
sanine-a
2021-08-08
add file/line numbers to failed asserts and add test suite start/finish macros
sanine-a
2021-07-04
add repeated tests for hs_process_table
sanine-a
2021-07-04
add tests for all sample table combinations for hs_process_table
sanine-a
2021-07-03
create hs_process_table_tests.c and add basic table processing test
sanine-a
2021-07-02
add tests for hs_create_enum
sanine-a
2021-07-02
finish refactoring existing tests into separate files
sanine-a
2021-07-02
begin refactor of tests into individual source files
sanine-a