1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
Zdenek Kabelac 18aa541ca2 configure: avoid repeative inclusion of configure.h
Since configure.h is a generated header and it's missing traditional
ifdefs preambule - it can be included & parsed multiple times.
Normally compiler is fine when defines have same value and there is
no warning - yet we don't need to parse this several times
and by adding -include  directive we can ensure every file
in the package is rightly compile with configure.h as the
first header file.
2018-12-21 19:19:50 +01:00
..
api Remove python bindings for liblvm2app 2018-06-08 10:33:47 -05:00
dbus tests/dbus: Re-enable nesting and pvcreate via symlink 2018-12-20 10:27:30 -06:00
lib configure: avoid repeative inclusion of configure.h 2018-12-21 19:19:50 +01:00
shell Revert "tests: Remove unsupported mirrored mirrorlog" 2018-12-18 10:55:35 +01:00
unit configure: avoid repeative inclusion of configure.h 2018-12-21 19:19:50 +01:00
.gitignore test: add results/ to .gitignore 2016-12-10 18:00:25 +00:00
Makefile.in makefiles: ensure test dir can run unit-test 2018-12-01 01:05:53 +01:00