dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need help


From: Dhaval Kapadia
Subject: Need help
Date: Mon, 23 Sep 2002 13:05:11 -0700 (PDT)

Hi,
Could anyone help me with this problem :
I need to test multiple independent C++ files using a
test file for each c++ file. I am using Automake and
an expect script for each test file.
Here is the Makefile.am...

AUTOMAKE_OPTIONS = dejagnu
bin_PROGRAMS = testBBox 
testBBox_SOURCES = testBBox.cpp
INCLUDES         = 
LDADD            =
CLEANFILES       = *~
DISTCLEANFILES   = .deps/*.P
EXTRA_DIST = testsuite

RUNTESTDEFAULTFLAGS = --tool testBBox
TESTBBOX=`pwd`/testBBox --srcdir $$srcdir/testsuite

How would I add a testBBox1.cpp file to the above
makefile & what changes needed in RUNTESTDEFAULTFLAGS?

Regards,
Dhaval Kapadia
(Graduate Student,Rutgers)

=====
------------------------------------------------------------
Dhaval Kapadia (Ph:1-732-5453720) (address@hidden)
Address : 194D,Cedar Lane, Highland Park, NJ 08904.
------------------------------------------------------------

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]