Start Solaris driver test. Driver MMC sets cdio return codes better.

This commit is contained in:
rocky
2009-12-24 03:52:50 +01:00
parent 16c22fa550
commit d62c732082
5 changed files with 117 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ endif
hack = check_sizeof testassert testbincue testgetdevices testischar \
testisocd testisocd2 testiso9660 testlinux \
testnrg $(testparanoia) testtoc testpregap
testnrg $(testparanoia) testtoc testpregap testsolaris
EXTRA_PROGRAMS = testdefault
@@ -50,6 +50,9 @@ testtoc_CFLAGS = -DTEST_DIR=\"$(srcdir)\"
testlinux_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
testlinux_CFLAGS = -DTEST_DIR=\"$(srcdir)\"
testsolaris_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
testsolaris_CFLAGS = -DTEST_DIR=\"$(srcdir)\"
testpregap_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
testpregap_CFLAGS = -DTEST_DIR=\"$(srcdir)\"