Add tests for strutil

Test our custom string handling functions.
This commit is contained in:
Romain Vimont
2018-01-18 17:08:24 +01:00
parent cabb102a04
commit f75c404a26
2 changed files with 140 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ executable('scrcpy', src, dependencies: dependencies)
tests = [
['test_control_event_queue', ['tests/test_control_event_queue.c', 'src/controlevent.c']],
['test_strutil', ['tests/test_strutil.c', 'src/strutil.c']],
]
src_dir = include_directories('src')