[PATCH v2 2/2] tests: add shmxt.test

2016-04-18 Thread Fei Jie
* tests/shmxt.c: New file. * tests/shmxt.test: New test. * tests/.gitignore: Add shmxt. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add shmxt.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/shmxt.c | 45 + te

[PATCH v2 1/2] tests: add semop.test

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