Little demo program to test image generation.

This commit is contained in:
Vreixo Formoso
2007-12-22 17:09:49 +01:00
parent 35ef22cdd7
commit de3c4e4962
3 changed files with 85 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ noinst_PROGRAMS = \
demo/lsl \
demo/cat \
demo/tree \
demo/ecma119tree
demo/ecma119tree \
demo/iso
demo_lsl_CPPFLAGS = -Isrc
demo_lsl_LDADD = $(src_libisofs_la_OBJECTS) $(THREAD_LIBS)
@@ -65,6 +66,10 @@ demo_ecma119tree_CPPFLAGS = -Isrc
demo_ecma119tree_LDADD = $(src_libisofs_la_OBJECTS) $(THREAD_LIBS)
demo_ecma119tree_SOURCES = demo/ecma119_tree.c
demo_iso_CPPFLAGS = -Isrc
demo_iso_LDADD = $(src_libisofs_la_OBJECTS) $(THREAD_LIBS)
demo_iso_SOURCES = demo/iso.c
## Build unit test