Parent Directory
|
Revision Log
Moved from trunk/Src/eweasel to trunk/eweasel so that a simple checkout of the source code is not penalized by the lenghty process of checking out all the tests of eweasel.
1 | class TEST |
2 | inherit |
3 | EXECUTION_ENVIRONMENT |
4 | PLATFORM |
5 | |
6 | create |
7 | make |
8 | |
9 | feature {NONE} -- Creation |
10 | |
11 | make is |
12 | -- Execute test. |
13 | do |
14 | if not is_windows then |
15 | system ("ls > /dev/null") |
16 | else |
17 | system ("dir > tmp") |
18 | end |
19 | |
20 | io.put_string (return_code.out) |
21 | io.new_line |
22 | end |
23 | |
24 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |