https://github.com/libfirm/firm-testsuite
libFirm regression testsuite
https://github.com/libfirm/firm-testsuite
Last synced: about 1 year ago
JSON representation
libFirm regression testsuite
- Host: GitHub
- URL: https://github.com/libfirm/firm-testsuite
- Owner: libfirm
- Created: 2011-03-22T13:51:44.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T13:40:53.000Z (about 6 years ago)
- Last Synced: 2025-03-30T13:51:14.797Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 2.48 MB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibFirms C Testsuite
Lots of small C programs testing various parts of our C compiler.
Usually, you just want to execute
./makereport
The result is printed on screen and also written to the reports/ directory.
For more documentation look at the makereport help.
./makereport -h
You can configure things like the c compiler, parallelism, or special CFLAGS.