mosquitto/test/unit
Kai Buschulte 71456077ad Introduce a common-options cmake target
this makes it possible to explicitly share compile options, without
using the `add_definition` function. This function declares options for
the current directory and below (in our case also for `deps`).

Adding -Wall, -Wconversion and -Wextra to at least make compiler
warnings visible for the cmake build.

Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
2022-07-04 11:16:01 +02:00
..
files Simplify client message properties, only one is used. 2021-06-02 15:15:01 +01:00
bridge_topic_test.c Add missing hunk from previous commit. 2022-02-01 16:21:45 +00:00
CMakeLists.txt Introduce a common-options cmake target 2022-07-04 11:16:01 +02:00
datatype_read.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
datatype_write.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
keepalive_stubs.c Add more efficient keepalive check. 2021-10-12 17:19:42 +01:00
keepalive_test.c Test fixes. 2022-01-05 09:15:02 +00:00
Makefile Add CMake test target 2022-06-22 23:56:50 +01:00
misc_trim_test.c
persist_read_stubs.c Process retain persist events only every 10 seconds. 2022-03-01 21:17:18 +00:00
persist_read_test.c Add CMake test target 2022-06-22 23:56:50 +01:00
persist_write_stubs.c Process retain persist events only every 10 seconds. 2022-03-01 21:17:18 +00:00
persist_write_test.c Add CMake test target 2022-06-22 23:56:50 +01:00
property_add.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
property_read.c Merge branch 'master' into develop 2021-09-07 19:17:11 +01:00
property_user_read.c Compiler pedantry, and more checks in tests. 2021-10-14 11:39:46 +01:00
property_write.c Reduce memory allocations when sending packets. 2021-06-30 14:53:34 +01:00
publish_test.c
stubs.c Process retain persist events only every 10 seconds. 2022-03-01 21:17:18 +00:00
subs_stubs.c Rename of mosquitto_msg_store struct. 2022-03-01 10:44:47 +00:00
subs_test.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
test.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
utf8.c Compiler pedantry, and more checks in tests. 2021-10-14 11:39:46 +01:00
util_topic_test.c Merge branch 'master' into develop 2021-11-23 12:53:50 +00:00