NetworkManager/libnm-core/tests
Thomas Haller 6d2a1edc38 macros: use short-circuit evaluation in NM_IN_SET()
All current users of NM_IN_SET() would rather use short-circuit evalation
(or don't care). It seems that doing it by default seems favorable.

The only downside is, that this might have somewhat unexpected behavior
to a user who expects a regular function (which would evaluate always
all arguments).

Fixes: 7860ef959a
(cherry picked from commit 96cacc07e8)
2015-08-12 16:07:22 +02:00
..
certs keyfile: support writing certificates as blob inside the keyfile 2015-07-03 09:24:01 +02:00
Makefile.am keyfile: support writing certificates as blob inside the keyfile 2015-07-03 09:24:01 +02:00
test-compare.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-crypto.c test: initialize auto-destructed pointers 2015-03-13 11:50:50 +01:00
test-general.c macros: use short-circuit evaluation in NM_IN_SET() 2015-08-12 16:07:22 +02:00
test-keyfile.c libnm: consider ordering for _nm_keyfile_equals() 2015-07-03 09:24:03 +02:00
test-secrets.c tests: move all asserts into tests 2015-06-19 11:52:49 +02:00
test-setting-8021x.c libnm: add define for cert scheme prefix file:// for NMSetting8021x 2015-07-03 09:24:01 +02:00
test-setting-dcb.c test: initialize auto-destructed pointers 2015-03-13 11:50:50 +01:00
test-settings-defaults.c all: fix a compiler warning about function declarations 2015-06-19 12:40:54 +02:00