test: add c++ test

This commit is contained in:
Wim Taymans 2019-01-08 11:59:05 +01:00
parent d12148cfba
commit 3e77e9bf99
3 changed files with 89 additions and 1 deletions

View file

@ -6,5 +6,11 @@ test_utils = executable('test-utils', 'test-utils.c',
include_directories : [spa_inc ],
dependencies : [],
install : false)
test_cpp = executable('test-cpp', 'test-cpp.cpp',
include_directories : [spa_inc ],
dependencies : [],
install : false)
test('test-buffer', test_buffer)
test('test-utils', test_utils)
test('test-cpp', test_cpp)