NetworkManager/shared/nm-glib-aux/tests
Thomas Haller 6f9a478b7d tests: replace NMTST_SWAP() by new NM_SWAP() macro
NMTST_SWAP() used memcpy() for copying the value, while NM_SWAP() uses
a temporary variable with typeof(). I think the latter is preferable.

Also, the macro is essentially doing the same thing.
2020-03-26 21:28:56 +01:00
..
meson.build shared: move "shared/nm-utils/tests/test-shared-general" to "shared/nm-glib-aux/tests" 2019-12-10 09:17:17 +01:00
test-shared-general.c tests: replace NMTST_SWAP() by new NM_SWAP() macro 2020-03-26 21:28:56 +01:00