xref: /third_party/unity/extras/bdd/test/meson.build (revision 35375f98)
135375f98Sopenharmony_ciproject('BDD Tester', 'c')
235375f98Sopenharmony_ci
335375f98Sopenharmony_ci# Add Unity as a dependency
435375f98Sopenharmony_ciunity_dep = dependency('unity')
535375f98Sopenharmony_ci
635375f98Sopenharmony_ci# Define your source files
735375f98Sopenharmony_cisources = files('test_bdd.c')
835375f98Sopenharmony_ci
935375f98Sopenharmony_ciexecutable('tester', sources, dependencies : unity_dep)
10