Add example test program and some changes to make it work

This commit is contained in:
Vreixo Formoso Lopes
2007-09-22 15:19:05 +00:00
parent 2461231664
commit 4b1bcb6a37
7 changed files with 266 additions and 55 deletions

View File

@ -25,7 +25,12 @@ libinclude_HEADERS = \
## ========================================================================= ##
## Build test applications
noinst_PROGRAMS =
noinst_PROGRAMS = \
test/test
test_test_CPPFLAGS = -Ilibisofs -Ilibburn -Ilibisoburn
test_test_LDADD = $(src_libisoburn_la_OBJECTS) $(THREAD_LIBS) -lburn -lisofs
test_test_SOURCES = test/test.c
bin_PROGRAMS =