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