]> rtime.felk.cvut.cz Git - omk.git/blob - tests/hooks.files
First converted test to run under wvtest
[omk.git] / tests / hooks.files
1 echo '' > 'config.omk-default'
2 cat > 'Makefile.omk' <<'EOF'
3 include-pass_HOOKS=include-pass-hook
4 library-pass_HOOKS=library-pass-hook
5 binary-pass_HOOKS=binary-pass-hook
6
7 $(info in Makefile.omk: $(binary-pass_HOOKS))
8
9 %-hook:
10         @echo "$@ executed"
11 EOF