/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
- system
- "test_001.exe" -- (mandatory for "se test" because of the "test_001.e" file name)
- root
- TEST_001: main
- cluster
- -- In this simple example, a cluster is a simple directory path.
- -- The compiler will only search Eiffel source code in the following
- -- clusters. The order is important, because the first one is the good
- -- one. Also note that one may only use the / character as the
- -- directory separator:
- "."
- "${path_tutorial}"
- "${path_liberty_core}/loadpath.se"
- end