test/net: new unit tests

This commit is contained in:
Max Kellermann
2019-01-20 20:46:35 +01:00
parent 701fd1d939
commit 2cc2bab309
5 changed files with 273 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ gtest_dep = declare_dependency(
compile_args: gtest_compile_args,
)
subdir('net')
executable(
'ParseSongFilter',
'ParseSongFilter.cxx',