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