Add a very simple test program
Not quite a unit test, it looks more like an example but still something.
This commit is contained in:
parent
12c01f6f3e
commit
3c318d6771
8 changed files with 119 additions and 0 deletions
7
test/unit/meson.build
Normal file
7
test/unit/meson.build
Normal file
|
@ -0,0 +1,7 @@
|
|||
exec_target = executable(meson.project_name() + '_unit',
|
||||
'main.cpp',
|
||||
install: false,
|
||||
dependencies: [wrenpp_dep],
|
||||
)
|
||||
|
||||
test(meson.project_name() + ' unit test', exec_target)
|
Loading…
Add table
Add a link
Reference in a new issue