From Fedora Project Wiki

(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...")
 
mNo edit summary
 
Line 3: Line 3:
|setup=
|setup=
# Install the clean package
# Install the clean package
# Download the general.icl tets script (available at [http://puiterwijk.fedorapeople.org/packages/Clean/tests/general.icl Fedorapeople]) into a directory where you have write access.
# 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

  1. Install the clean package
  2. Download the general.icl test script (available at Fedorapeople) into a directory where you have write access.

How to test

  1. Execute clm -nt general -o general
  2. Execute ./general

Expected Results

  1. clm should create an application named "general"
  2. Upon execution of this application, only the word "True" should be printed