mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01: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