Index: /components/BPSK_Thresh_Detector/branches/autotest/BPSK_Thresh_Detector/Makefile.am
===================================================================
--- /components/BPSK_Thresh_Detector/branches/autotest/BPSK_Thresh_Detector/Makefile.am	(revision 3002)
+++ /components/BPSK_Thresh_Detector/branches/autotest/BPSK_Thresh_Detector/Makefile.am	(revision 3065)
@@ -1,7 +1,14 @@
 AM_CXXFLAGS = -Wall 
 
+INCLUDES = -I/home/caguayog/reqs/cxxtest
+
+bin_SCRIPTS = cxxtest
 bin_PROGRAMS = BPSK_Thresh_Detector
 
 BPSK_Thresh_Detector_SOURCES = BPSK_Thresh_Detector.cpp BPSK_Thresh_Detector.h main.cpp BPSK_Thresh_Detector_sp.cpp BPSK_Thresh_Detector_sp.h
+
+check_PROGRAMS = autotest
+autotest_SOURCES = autotest.cpp BPSK_Thresh_Detector_sp.cpp
+TESTS = $(check_PROGRAMS)
 
 ossieName = BPSK_Thresh_Detector
@@ -10,2 +17,5 @@
 BPSK_Thresh_Detector.spd.xml 
 
+cxxtest: 
+	cxxtestgen.py --error-printer -o autotest.cpp $(ossieName)_testsuite.h
+
