From Fedora Project Wiki

🔗 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