From Fedora Project Wiki

Revision as of 22:50, 8 July 2012 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 tets 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