Changeset 3065
- Timestamp:
- 03/08/07 02:17:47 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
components/BPSK_Thresh_Detector/branches/autotest/BPSK_Thresh_Detector/Makefile.am
r3002 r3065 1 1 AM_CXXFLAGS = -Wall 2 2 3 INCLUDES = -I/home/caguayog/reqs/cxxtest 4 5 bin_SCRIPTS = cxxtest 3 6 bin_PROGRAMS = BPSK_Thresh_Detector 4 7 5 8 BPSK_Thresh_Detector_SOURCES = BPSK_Thresh_Detector.cpp BPSK_Thresh_Detector.h main.cpp BPSK_Thresh_Detector_sp.cpp BPSK_Thresh_Detector_sp.h 9 10 check_PROGRAMS = autotest 11 autotest_SOURCES = autotest.cpp BPSK_Thresh_Detector_sp.cpp 12 TESTS = $(check_PROGRAMS) 6 13 7 14 ossieName = BPSK_Thresh_Detector … … 10 17 BPSK_Thresh_Detector.spd.xml 11 18 19 cxxtest: 20 cxxtestgen.py --error-printer -o autotest.cpp $(ossieName)_testsuite.h 21