aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_confparse.c
AgeCommit message (Expand)Author
2019-07-24Make config_var and config_fmt const.Nick Mathewson
2019-06-25Extend macros to allow flag arguments.Nick Mathewson
2019-06-25Add a "flags" member to config_var_tNick Mathewson
2019-06-25Move responsibility for config var macrosNick Mathewson
2019-06-25A few more test cases and unreachable linesNick Mathewson
2019-06-25Use struct_magic_decl to verify magic numbers in config objectsNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-24Add unit tests for the unitparse.c module.Nick Mathewson
2019-06-24Add a "typed_var" abstraction to implement lvalue access in C.Nick Mathewson
2019-06-15Add more unit tests for confparse.c, so we can refactor.Nick Mathewson