summaryrefslogtreecommitdiffstats
path: root/nserver/tests
Commit message (Collapse)AuthorAgeFilesLines
* nserver: ncmd_tests.c: Update test_check_cmd.rsiddharth2020-04-171-1/+0
| | | | | * nserver/tests/ncmd_tests.c (test_check_cmd): Remove printf statement.
* nserver: ncmd.h : Add cmd_parts.rsiddharth2020-04-171-0/+32
| | | | | | | * nserver/src/ncmd.c (cmd_parts): New function definition. * nserver/src/ncmd.h (cmd_parts): New function declaration. * nserver/tests/ncmd_tests.c (test_cmd_parts): Test cmd_parts. (all_tests): Add test_cmd_parts
* nserver: ncmd_tests.c: Add test_check_cmdrsiddharth2020-04-171-0/+53
| | | | | * nserver/tests/ncmd_tests.c (test_check_cmd): Test for check_cmd. (all_tests): Add test_check_cmd.
* nserver: ncmd_tests.c: Update test_sanitize.rsiddharth2020-04-171-0/+4
| | | | * nserver/tests/ncmd_tests.c (test_sanitize): Cleanup cmd.
* nserver: Add ncmd_tests.crsiddharth2020-04-171-0/+61
| | | | | * nserver/tests/ncmd_tests.c (test_sanitize): Test for sanitize. (all_tests): New function.
* nserver: protocol.h: Add sslist.rsiddharth2020-04-171-0/+12
| | | | | | | * nserver/src/protocol.c (sslist): New function. * nserver/src/protocol.h (sslist): New function declaration. * nserver/tests/protocol_tests.c (test_sslist): Test fr sslist. (all_tests): Add test_sslist.
* nserver: protocol: Define ssdump.rsiddharth2020-04-171-0/+29
| | | | | | * nserver/src/protocol.c (ssdump): New function. * nserver/tests/protocol_tests.c (test_ssdump): New test. (all_tests): Add test_ssdump.
* nserver: protocol: Define ssdelete.rsiddharth2020-04-171-0/+17
| | | | | | * nserver/src/protocol.c (ssdelete): New function. * nserver/tests/protocol_tests.c (test_ssdelete): New test. (all_tests): Add test_ssdelete.
* nserver: protocol: Define ssmean.rsiddharth2020-04-171-0/+17
| | | | | | * nserver/src/protocol.c (ssmean): New function. * nserver/tests/protocol_tests.c (test_ssmean): New test. (all_tests): ADd test_ssmean.
* nserver: protocol: Define sssample.rsiddharth2020-04-171-0/+29
| | | | | | * nserver/src/protocol.c (sssample): New function. * nserver/tests/protocol_tests.c (test_sssample): New test. (all_tests): Add test_sssample.
* nserver/tests: Update test_sscreate.rsiddharth2020-04-171-2/+2
| | | | Change key names.
* nserver/tests: Update test_sscreate.rsiddharth2020-04-171-1/+4
|
* nserver: Add protocol_tests.crsiddharth2020-04-171-0/+23
|
* Add nserver.rsiddharth2020-04-172-0/+52
For now it contains only "statserve".