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