Changeset 524

Show
Ignore:
Timestamp:
2004-08-26 22:55:49 (4 years ago)
Author:
conrad
Message:

add test of oggz_read, packet by packet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/tests/Makefile.am

    r463 r524  
    2323if OGGZ_CONFIG_WRITE 
    2424rw_tests = read-generated read-stop-ok read-stop-err \ 
    25         io-read io-seek io-write 
     25        io-read io-seek io-write io-read-single 
    2626endif 
    2727endif 
     
    7676io_write_SOURCES = io-write.c 
    7777io_write_LDADD = $(OGGZ_LIBS) 
     78 
     79io_read_single_SOURCES = io-read-single.c 
     80io_read_single_LDADD = $(OGGZ_LIBS)