blob: c58eb993f21ef5540203feadd7f3d1741cf5c985 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 | MiniCC - Minimal Incomplete Intel Compiler Collection
=====================================================
Build
-----
make clean        - Clean all
make              - Build all
make systemtest   - Run all system tests
make unittest     - Run all unit tests
make test         - Run all tests
Run
---
./mcc <Arguments>
Directories
-----------
tests/      : Unit tests
systemtest/ : System tests with dejagnu
 |