main
alexis 2022-06-06 18:56:33 -06:00
parent b86ba656ac
commit a44aac354b
2 changed files with 3 additions and 13 deletions

View File

@ -1,3 +1,6 @@
MODIFIED by Alexis Lockwood to simplify build and dependencies for embedded
systems. I claim no copyright.
LICENSE:
This project is dual-licensed under both the Apache License, Version
2.0, and the GNU Lesser General Public License, Version 2.1+.

View File

@ -19,16 +19,3 @@ if not meson.is_subproject()
version: meson.project_version(),
)
endif
#
# target: test-*
#
test_api = executable('test-api', ['test-api.c'], dependencies: libclist_dep)
test('API Symbol Visibility', test_api)
test_basic = executable('test-basic', ['test-basic.c'], dependencies: libclist_dep)
test('Basic API Behavior', test_basic)
test_embed = executable('test-embed', ['test-embed.c'], dependencies: libclist_dep)
test('Embedded List Nodes', test_embed)