Changeset 3065

Show
Ignore:
Timestamp:
03/08/07 02:17:47 (6 years ago)
Author:
caguayog
Message:

Updating Makefile.am

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • components/BPSK_Thresh_Detector/branches/autotest/BPSK_Thresh_Detector/Makefile.am

    r3002 r3065  
    11AM_CXXFLAGS = -Wall  
    22 
     3INCLUDES = -I/home/caguayog/reqs/cxxtest 
     4 
     5bin_SCRIPTS = cxxtest 
    36bin_PROGRAMS = BPSK_Thresh_Detector 
    47 
    58BPSK_Thresh_Detector_SOURCES = BPSK_Thresh_Detector.cpp BPSK_Thresh_Detector.h main.cpp BPSK_Thresh_Detector_sp.cpp BPSK_Thresh_Detector_sp.h 
     9 
     10check_PROGRAMS = autotest 
     11autotest_SOURCES = autotest.cpp BPSK_Thresh_Detector_sp.cpp 
     12TESTS = $(check_PROGRAMS) 
    613 
    714ossieName = BPSK_Thresh_Detector 
     
    1017BPSK_Thresh_Detector.spd.xml  
    1118 
     19cxxtest:  
     20        cxxtestgen.py --error-printer -o autotest.cpp $(ossieName)_testsuite.h 
     21