From Fedora Project Wiki
Puiterwijk (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests whether some simple clean files and the basic libraries get compiled and produce the correct outcome. |setup= # Install the clean...") |
Puiterwijk (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Install the clean package | # Install the clean package | ||
# Download the general.icl | # Download the general.icl test script (available at [http://puiterwijk.fedorapeople.org/packages/Clean/tests/general.icl Fedorapeople]) into a directory where you have write access. | ||
|actions= | |actions= | ||
# Execute clm -nt general -o general | # Execute clm -nt general -o general |
Latest revision as of 23:00, 8 July 2012
Description
This test case tests whether some simple clean files and the basic libraries get compiled and produce the correct outcome.
Setup
- Install the clean package
- Download the general.icl test script (available at Fedorapeople) into a directory where you have write access.
How to test
- Execute clm -nt general -o general
- Execute ./general
Expected Results
- clm should create an application named "general"
- Upon execution of this application, only the word "True" should be printed