NetworkManager/src/tests
Thomas Haller e18ff51d4f tests: don't use alloca() in tests
The only purpose of using alloca() to avoid the overhead of heap-allocation
and possible save a line in source code for managing/freeing the heap allocation.

For tests we don't care about performance, and (in this case)
the code does not get any shorter.

Avoid alloca() in tests, because alloca() is something to search for
when reviewing code for stack overflows. No need to have such false
positives show up in tests.
2019-01-15 09:52:01 +01:00
..
config build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
meson.build systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
test-dcb.c all: modify line separator comments to be 80 chars wide 2016-10-03 12:01:15 +02:00
test-general-with-expect.c all: remove CLOCK_BOOTTIME defintions 2018-06-18 17:21:32 +02:00
test-general.c tests: don't use alloca() in tests 2019-01-15 09:52:01 +01:00
test-ip4-config.c core: reject invalid domains from ip configurations 2018-05-14 15:22:50 +02:00
test-ip6-config.c build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platform.h" 2018-11-12 16:02:35 +01:00
test-secret-agent.py python: make test-secret-agent.py python3 ready 2016-12-14 19:00:42 +01:00
test-systemd.c systemd: expose unbase64mem() as nm_sd_utils_unbase64mem() 2019-01-02 17:08:41 +01:00
test-utils.c all: make use of NM_MAKE_STRV() macro 2018-12-01 15:16:48 +01:00
test-wired-defname.c settings: use delegation instead of inheritance for NMSettingsConnection and NMConnection 2018-08-28 22:27:55 +02:00