blob: 2c7660ad60ebc33d3cdead53463560d9f0f18896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#################################################
# name: clean
# purpose: test cleaning environment
# expect: TEST::FORMAT
# options: -rr
#################################################
#Cleaning Execution Environment
#Classes %d
#Functions %d
#Constants %d
#Includes %d
#################################################
clean
quit
|