Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In ECF_HOME, create a directory test:

    > mkdir test
  • In test, create a file t1.ecf with the following contents:

     

    Code Block
    languagebash
    %include "../head.h"
    echo "I am part of a suite that lives in %ECF_HOME%"
    %include "../tail.h"

...