Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 712 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 712 Bytes

Small test suite for CompCert

This is a small test and benchmark suite for the CompCert verified C compiler. It used to be part of the main CompCert project at https://github.com/AbsInt/CompCert, but now lives in its own repository at https://github.com/AbsInt/CompCert-small-tests .

Usage

This repository must be checked out as a subdirectory of the main CompCert project. From a clone of the main CompCert project, do

git submodule init
git submodule update

License

Unless explicitly mentioned in individual files, the files in this project are distributed under the terms of the GNU General Public License version 2 (see file LICENSE for a copy), or (at your option) any later version.