Add test_buffer_util

Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>
This commit is contained in:
Yu-Chen Lin
2019-11-30 12:33:00 +08:00
committed by Romain Vimont
parent 5eeaed09ae
commit b2bf25c52c
2 changed files with 79 additions and 0 deletions

View File

@@ -141,6 +141,9 @@ install_man('scrcpy.1')
### TESTS
tests = [
['test_buffer_util', [
'tests/test_buffer_util.c'
]],
['test_cbuf', [
'tests/test_cbuf.c',
]],