/test/language/ace/ace_001.ace

http://github.com/tybor/Liberty · Unknown · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · d731762615b966f79a9536710ca3d4b1 MD5 · raw file

  1. system
  2. "test_001.exe" -- (mandatory for "se test" because of the "test_001.e" file name)
  3. root
  4. TEST_001: main
  5. cluster
  6. -- In this simple example, a cluster is a simple directory path.
  7. -- The compiler will only search Eiffel source code in the following
  8. -- clusters. The order is important, because the first one is the good
  9. -- one. Also note that one may only use the / character as the
  10. -- directory separator:
  11. "."
  12. "${path_tutorial}"
  13. "${path_liberty_core}/loadpath.se"
  14. end