Wanted:Free C program with test suite

D

Dami

HI all,
I am a graduate student doing a project on testing. I am looking for a
large C program(about 20 K lines of code) which has an accompanying
set of test cases/a test suite.
Do any of you know of any such program that is available? Thanks you
so much.
Dami
 
E

Emmanuel Delahaye

In said:
I am a graduate student doing a project on testing. I am looking for a
large C program(about 20 K lines of code) which has an accompanying
set of test cases/a test suite.
Do any of you know of any such program that is available? Thanks you
so much.

Why don't you write your own? Do you think we have to do your assignments for
you?
 
B

Ben Pfaff

Emmanuel Delahaye said:
Why don't you write your own? Do you think we have to do your assignments for
you?

I doubt that any instructor would use "write a 20,000 line
program" as an assignment.
 
S

Scott Moore

Dami said:
HI all,
I am a graduate student doing a project on testing. I am looking for a
large C program(about 20 K lines of code) which has an accompanying
set of test cases/a test suite.
Do any of you know of any such program that is available? Thanks you
so much.
Dami

Go check various GNU programs. Some have test suites attached.

--
Samiam is Scott A. Moore

Personal web site: http:/www.moorecad.com/scott
My electronics engineering consulting site: http://www.moorecad.com
ISO 7185 Standard Pascal web site: http://www.moorecad.com/standardpascal
Classic Basic Games web site: http://www.moorecad.com/classicbasic
The IP Pascal web site, a high performance, highly portable ISO 7185 Pascal
compiler system: http://www.moorecad.com/ippas

Being right is more powerfull than large corporations or governments.
The right argument may not be pervasive, but the facts eventually are.
 
M

Malcolm

Emmanuel Delahaye said:
Why don't you write your own? Do you think we have to do your
assignments for you?
If you write the 20,000 line program yourself then naturally it will be bug
free. He needs a program written by someone else, with accompanying test
suites and considered to be correct, to assess the efficiency of the testing
strategy.
 
E

Emmanuel Delahaye

Malcolm said:
If you write the 20,000 line program yourself then naturally it will be
bug free. He needs a program written by someone else, with accompanying
test suites and considered to be correct, to assess the efficiency of
the testing strategy.

Sounds that I misread the question. My apologies to the Original Poster.
 
?

=?iso-8859-1?q?Jos=E9_de_Paula?=

Em Sun, 27 Jun 2004 18:44:22 -0700, Dami escreveu:
HI all,
I am a graduate student doing a project on testing. I am looking for a
large C program(about 20 K lines of code) which has an accompanying
set of test cases/a test suite.
Do any of you know of any such program that is available? Thanks you
so much.
Dami

May I suggest GCC itself?
http://gcc.gnu.org may be of some help.
 
M

Mark F. Haigh

Ben Pfaff said:
Emmanuel Delahaye <[email protected]> writes:

I doubt that any instructor would use "write a 20,000 line
program" as an assignment.

Maybe not for you rich kids over at Stanford. When I was a youngun',
I'd do 20K lines before bed every night.

Mark F. Haigh

P.S. Nice choke job at the tourney this year.
 
L

LibraryUser

Malcolm said:
If you write the 20,000 line program yourself then naturally it
will be bug free. He needs a program written by someone else,
with accompanying test suites and considered to be correct, to
assess the efficiency of the testing strategy.

No idea who the OP was, because attributions have been removed.
At any rate, while it isn't any 20k lines, it does have a built
in test suite. Try:

<http://cbfalconer.home.att.net/download/hashlib.zip>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,144
Messages
2,570,823
Members
47,369
Latest member
FTMZ

Latest Threads

Top