mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-03 16:12:16 +08:00
Create meson.build
This commit is contained in:

committed by
GitHub

parent
24c175f64f
commit
4403d97d14
9
extras/bdd/test/meson.build
Normal file
9
extras/bdd/test/meson.build
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
project('BDD Tester', 'c')
|
||||||
|
|
||||||
|
# Add Unity as a dependency
|
||||||
|
unity_dep = dependency('unity')
|
||||||
|
|
||||||
|
# Define your source files
|
||||||
|
sources = files('test_bdd.c')
|
||||||
|
|
||||||
|
executable('tester', sources, dependencies : unity_dep)
|
Reference in New Issue
Block a user