]> rtime.felk.cvut.cz Git - omk.git/blob - tests/invocation_dir/invocation_dir.files
Convert functions.sh to make the old scripts runable with wvtest
[omk.git] / tests / invocation_dir / invocation_dir.files
1 mkdir 'dir1'
2 echo 'SUBDIRS=dir2' > 'dir1/Makefile.omk'
3 mkdir 'dir1/dir2'
4 echo '$(info INVOCATION_DIR=$(INVOCATION_DIR))' > 'dir1/dir2/Makefile.omk'
5 echo 'INVOCATION_DIR=dir1/dir2' > 'dir1/dir2/tmp'
6 echo 'INVOCATION_DIR=dir1' > 'dir1/tmp'
7 echo 'SUBDIRS=dir1' > 'Makefile.omk'