Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/p5-testgen
code refactoring of Testgen
https://github.com/syohex/p5-testgen
Last synced: about 19 hours ago
JSON representation
code refactoring of Testgen
- Host: GitHub
- URL: https://github.com/syohex/p5-testgen
- Owner: syohex
- License: other
- Created: 2011-08-10T00:54:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T07:07:09.000Z (over 10 years ago)
- Last Synced: 2024-11-09T06:08:34.373Z (about 2 months ago)
- Language: Perl
- Homepage: http://ist.ksc.kwansei.ac.jp/~ishiura/pub/testgen2/index.html
- Size: 1.57 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/syohex/p5-Testgen.png?branch=master)](https://travis-ci.org/syohex/p5-Testgen)
# NAMETestgen - Testsuite generator for C compilers
# SYNOPSIS
use Testgen;
# DESCRIPTION
Testgen is testsuite generator for C compilers.
It generates C source codes from template files and generates
script to run tests.Testgen support merging tests. Testsuite has a lot of tests,
It takes too long time to compile and execute them.
You can save time by merging tests.# AUTHOR
Authors of original source code are:
Yuki UCHIYAMA
Yuji NAGAMATSU
Kazushi MORIMOTO
Shinji OBUCHI
Nagisa ISHIURA
Nobuyuki HIKICHI
# CODE REFACTORING
Syohei YOSHIDA
# COPYRIGHT
Copyright 2011- Ishiura Lab. in Kwansei Gakuin University, SRA-KTL, SRA
# LICENSE
Programs that use this code are bound to the terms and conditions of
the GNU GPL (see the LICENSE file)# SEE ALSO
[http://ist.ksc.kwansei.ac.jp/~ishiura/pub/testgen/](http://ist.ksc.kwansei.ac.jp/~ishiura/pub/testgen/)