Re: [PATCH v3] tests: add getsid.test

2016-04-21 Thread Dmitry V. Levin
On Thu, Apr 21, 2016 at 09:40:01AM +0800, Fei Jie wrote: > * tests/getsid.c: New file. > * tests/getsid.test: New test. > * tests/.gitignore: Add getsid. > * tests/Makefile.am (check_PROGRAMS): Likewise. > (DECODER_TESTS): Add getsid.test. Applied, thanks. -- ldv pgpmuDeZuFslk.pgp Description

[PATCH v3] tests: add getsid.test

2016-04-20 Thread Fei Jie
* tests/getsid.c: New file. * tests/getsid.test: New test. * tests/.gitignore: Add getsid. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add getsid.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/getsid.c| 13 + tests/getsid.test | 6 ++