Prepared test bed for burn_drive_info_forget() as regular API call

This commit is contained in:
2006-09-07 17:58:30 +00:00
parent 6f3779f0f1
commit 187408f4b8
2 changed files with 784 additions and 0 deletions

View File

@ -90,6 +90,7 @@ libinclude_HEADERS = \
## Build test applications
noinst_PROGRAMS = \
test/libburner \
test/testburner \
test/blank \
test/burn \
test/burniso \
@ -105,6 +106,9 @@ noinst_PROGRAMS = \
test_libburner_CPPFLAGS = -Ilibburn
test_libburner_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
test_libburner_SOURCES = test/libburner.c
test_testburner_CPPFLAGS = -Ilibburn
test_testburner_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
test_testburner_SOURCES = test/testburner.c
test_devices_CPPFLAGS = -Ilibburn
test_devices_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
test_devices_SOURCES = test/devices.c