Show
Ignore:
Timestamp:
02/10/07 04:06:26 (17 years ago)
Author:
pieterpalmers
Message:

- document TimestampedBuffer? class
- partially ported timestamp handling to TimestampedBuffer?
- introduced test for TimestampedBuffer? class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/streaming-rework/tests/Makefile.am

    r384 r392  
    2222 
    2323noinst_PROGRAMS = test-freebob test-extplugcmd test-fw410 freebob-server \ 
    24                 test-volume test-mixer test-cycletimer test-sytmonitor 
     24                test-volume test-mixer test-cycletimer test-sytmonitor \ 
     25                test-timestampedbuffer 
    2526 
    2627noinst_HEADERS =  
     
    4950        $(LIBAVC1394_LIBS) $(LIBIEC61883_LIBS) -lrom1394 
    5051 
    51  
    5252#TESTS_ENVIRONMENT 
    5353TEST = test-freebob 
     
    6161test_sytmonitor_SOURCES = test-sytmonitor.cpp SytMonitor.cpp \ 
    6262                          SytMonitor.h 
     63 
     64test_timestampedbuffer_LDADD = $(top_builddir)/src/libfreebob.la $(LIBIEC61883_LIBS) \ 
     65        $(LIBRAW1394_LIBS) $(LIBAVC1394_LIBS) 
     66test_timestampedbuffer_SOURCES = test-timestampedbuffer.cpp