Add a little program to test reading from a file using IsoFileSource.

This commit is contained in:
Vreixo Formoso
2007-11-26 21:31:54 +01:00
parent 1478904aaf
commit db533b2d99
4 changed files with 88 additions and 6 deletions

View File

@ -24,12 +24,17 @@ libinclude_HEADERS = \
## Build test applications
noinst_PROGRAMS = \
test/lsl
test/lsl \
test/cat
test_lsl_CPPFLAGS = -Isrc
test_lsl_LDADD = $(src_libisofs_la_OBJECTS) $(THREAD_LIBS)
test_lsl_SOURCES = test/lsl.c
test_cat_CPPFLAGS = -Isrc
test_cat_LDADD = $(src_libisofs_la_OBJECTS) $(THREAD_LIBS)
test_cat_SOURCES = test/cat.c
## Build unit test