api documentation for ec_parse
[protos/libecoli.git] / test / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
3
4 test_sources = [
5         'test.c',
6 ]
7
8 ecoli_test = executable('ecoli-test',
9         test_sources,
10         include_directories : inc,
11         link_with : libecoli)
12
13 test('libecoli test', ecoli_test)