# rules to create the smoke-test executable
add_executable(smoke-test smoke-test.c)

# link it with out library
target_link_libraries(smoke-test NAME)

# use the smoke-test executable as a test case
add_test(smoke-test "${NAME_BINARY_DIR}/tests/smoke-test")
