]> rtime.felk.cvut.cz Git - omk.git/blob - tests/extra_rules_subdirs/runtest
Handling of EXTRA_RULES_SUBDIRS added to some other rules
[omk.git] / tests / extra_rules_subdirs / runtest
1 #!/bin/sh
2
3 source ../functions.sh
4
5 touch config.omk-default
6
7 cp Makefile.rules subdir2/tools/
8 make -k | tee make.log
9
10 grep 'Extra rules goal:' make.log || error "Extra rules was not called"
11 grep 'Main rules goal:' make.log || error "Main rules was not called"
12