Page History
...
In ECF_HOME, create a directory test:
> mkdir test
In test, create a file t1.ecf with the following contents:
Code Block language bash %include "../head.h" echo "I am part of a suite that lives in %ECF_HOME%" %include "../tail.h"
...