diff options
author | James Booth <boothj5@gmail.com> | 2014-12-25 00:26:42 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-12-25 00:26:42 +0000 |
commit | 6cb5b5504908a8fb9648a67bd543ee9919019c31 (patch) | |
tree | 459005aed7b5db9001a09564593d820ddf58e887 /tests | |
parent | 4906f3f646e9f815444a8d8981597a011247f79e (diff) | |
download | profani-tty-6cb5b5504908a8fb9648a67bd543ee9919019c31.tar.gz |
Added parser tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c index bc217b7b..dfb76df7 100644 --- a/tests/testsuite.c +++ b/tests/testsuite.c @@ -134,7 +134,6 @@ int main(int argc, char* argv[]) { unit_test(returns_fulljid_when_exists), unit_test(returns_barejid_when_fulljid_not_exists), -/* unit_test(parse_null_returns_null), unit_test(parse_empty_returns_null), unit_test(parse_space_returns_null), @@ -186,6 +185,7 @@ int main(int argc, char* argv[]) { unit_test(parse_options_when_unknown_opt_sets_error), unit_test(parse_options_with_duplicated_option_sets_error), +/* unit_test(empty_list_when_none_added), unit_test(contains_one_element), unit_test(first_element_correct), |