systemd/test/TEST-06-SELINUX
Zbigniew Jędrzejewski-Szmek 44ff8df777 Drop dependency on m4
m4 was hugely popular in the past, because autotools, automake, flex, bison and
many other things used it. But nowadays it much less popular, and might not even
be installed in the buildroot. (m4 is small, so it doesn't make a big difference.)

(FWIW, Fedora dropped make from the buildroot now,
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot. I think it's
reasonable to assume that m4 will be dropped at some point too.)

The main reason to drop m4 is that the syntax is not very nice, and we should
minimize the number of different syntaxes that we use. We still have two
(configure_file() with @FOO@ and jinja2 templates with {{foo}} and the
pythonesque conditional expressions), but at least we don't need m4 (with
m4_dnl and `quotes').
2021-05-19 10:24:43 +09:00
..
Makefile tests: use symlink to Makefile 2016-05-01 16:40:21 +00:00
systemd_test.fc test: add a custom SELinux file context 2021-02-05 17:08:58 +01:00
systemd_test.if tests: add test-selinux-checks 2016-01-31 09:02:51 +00:00
systemd_test.te tests: add test-selinux-checks 2016-01-31 09:02:51 +00:00
test.sh Drop dependency on m4 2021-05-19 10:24:43 +09:00