rocky
aa0c1cb2a3
test/Makefile.am: test example files, some of which are used in tests, is no longer optional
...
other Makefile.am: remove some cruft.
2012-03-25 20:11:11 -04:00
Pete Batard
f574be6cd1
More paranoia removal
...
* Also some silencing of makefile operations
2012-03-05 14:16:33 +00:00
R. Bernstein
31b8758afe
test/Makefile.am: Remove test/unconfig -- this time, for sure!
2012-03-04 20:19:39 -05:00
rocky
cefd646275
Remove testunconfig. We have removed unconfig.h
2012-03-04 23:46:44 +01:00
R. Bernstein
1f60f6f2d3
test/*: Add first UDF test - test sequential file extraction.
...
example/extract.c: give non-zero return code if we can't find UDF image test/*
2012-03-04 00:09:02 -05:00
R. Bernstein
5754f64453
Add test/cdtext.right to distribution.
2012-03-03 21:49:17 -05:00
R. Bernstein
e20dde12c4
Make "distcheck" works again.
...
include/cdio/Makefile.am: was missing inclusion of cdtext.h
test/Makefile.am: remove paranoia test.
2012-02-23 03:47:08 -05:00
rocky
f9bd26cbc2
paranoia code removed. Is now in separate tree under GPL v2+.
...
realpath.c: patch from Debian and N. Boullis
2012-02-19 22:11:14 -05:00
rocky
92908a6061
Forgot to add check_legal.regex
2011-10-21 12:38:14 -04:00
R. Bernstein
958476abf4
Add an include to remove any C Preprocessor symbol libcdio's config.h creates. Programs using
...
libcdio can do this:
// for cdio:
// for your program
2011-10-20 20:32:20 -04:00
R. Bernstein
c90c24d1c8
testtoc -> driver/cdrdao.c.in
2010-01-23 23:20:12 -05:00
R. Bernstein
e889ba3557
cygwin fixes.
2010-01-21 03:48:13 -05:00
R. Bernstein
2b4a36f758
Remove more warnings. test/testnrg.c.in -> test/driver/nrg.c.in
2010-01-21 02:58:19 -05:00
R. Bernstein
818e499c4c
Make "make dist" package everything again.
2010-01-20 21:14:22 -05:00
R. Bernstein
0ec240f935
Reorganize test data for future growth.
2010-01-20 20:57:43 -05:00
R. Bernstein
cb35e2877c
Move driver tests into a separate directory.
2009-12-26 11:20:55 -05:00
R. Bernstein
db8ee6e65a
Add run-time variables for libcdio version number/string.
2009-12-25 09:14:26 -05:00
rocky
d62c732082
Start Solaris driver test. Driver MMC sets cdio return codes better.
2009-12-24 03:52:50 +01:00
R. Bernstein
1b8e52712d
Add MMC_RDWR access mode - open drive R/W only with this access.
...
Start GNU/Linux test driver.
2009-12-20 06:30:24 -05:00
R. Bernstein
2522c26ec8
Adapted from patches by Nicolas Boullis on Debian:
...
* alignment issues on sparc
* "make check" failure when stderr is not a tty
* wrong program name in manpages in tarball
* build failure with hurd
* "make check" failure on machines with no disc drive
* make distclean fixes
2009-07-02 20:26:39 -04:00
R. Bernstein
542481d673
Wasn't checking the range of the device id in cdio_have_driver. Add regression test for checking this too.
...
More git administrivia.
2008-12-06 21:20:51 -05:00
flameeyes
a4b1427fe9
Use the LTLIBICONV variable rather than LIBICONV.
...
With this change, instead of using the fully qualified path to the
shared object (or the one that the configure think is the fully
qualified path), the path where the library is found will be added to
the search path and just a generic -liconv will be used.
The old variable would be fooled up when /usr/lib/libiconv.so is an LD
script that redirects to /lib/libiconv.so, causing failures with some
linkers.
Also, replace @LIBICONV@ for libcdio itself also with $(LTLIBICONV) or
it will fail to link against on uClibc.
2008-08-31 13:38:21 +00:00
flameeyes
fe433594d4
Make testdefault an extra program, so that it's only built explicitly and not during make all.
2008-06-14 08:27:20 +00:00
rocky
3f266b669b
Changes to testpregap.c to allow to build outside of the source tree.
2008-05-05 23:58:28 +00:00
rocky
70be01d454
cdio_have_xxx is now private. Add p1.bin to distribution.
2008-03-28 01:28:50 +00:00
rocky
0e463dfc0d
Start NetBSD driver
2008-03-27 17:40:50 +00:00
rocky
4d76632b8a
Start a nrg image reading test.
2008-03-22 22:43:56 +00:00
karl
3b90a7dda4
update Makefiles to GPLv3+
2008-03-20 19:02:37 +00:00
edsdead
a9a638800e
add testpregap
2008-03-18 05:57:05 +00:00
rocky
691d64e45b
More libiconv escallation. Sigh.
2008-03-15 17:26:13 +00:00
rocky
e1f708b52c
libiconv needed in test programs probably as part of the subversive iconv escallation that's been going on.
2008-03-15 17:02:51 +00:00
rocky
fd2da5c2ad
Add a test of new -l option on cd-paranoia.
2008-03-06 01:34:09 +00:00
flameeyes
baee3b5dad
Don't compile the test programs during make all, make check will take care of that.
2007-11-16 22:29:01 +00:00
rocky
a33bb59a7f
iso9660_fs.c: remove some (but not all) of the redundancy
...
testisocd2.c.in: a test of working with an ISO 9660 image.
2007-08-12 12:41:10 +00:00
rocky
d5fc70594a
Add --ignore to iso-read and add a iso-read copying-rr extraction test.
2006-11-16 15:07:07 +00:00
rocky
7a2886c1f0
Add our own version of copying.gpl rather than rely on FSF's to be unchanging.
2006-06-03 00:04:54 +00:00
rocky
4d2b5161f6
Add UDF 1.02 image and use that in the default file-extraction test.
2006-04-17 11:45:22 +00:00
rocky
9e599d15d5
Add test of reading an ISO 9660 CD.
2006-03-26 04:02:35 +00:00
rocky
577774dd7b
testbincue.c.in: set @srcdir@. Make gcc 2.95 compatible.
2006-03-07 02:38:44 +00:00
rocky
8271c5b9be
Comment typo.
2005-04-30 02:04:29 +00:00
rocky
77a935bf57
Seems to force executable shell better.
2005-04-11 02:57:04 +00:00
rocky
399fbf5013
Add Rock-Ridge regression test.
2005-03-05 23:51:40 +00:00
rocky
83759b2ab9
Add test Rock-Ridge ISO-9660 image
2005-03-05 19:03:38 +00:00
rocky
3d97c7ded6
Correct Rock-Ridge directory/link listing.
...
{cd,iso}-info --no-rock-ridge works (and with rock-ridge too)
test/*.right: output is now what I guess it's should be
2005-02-20 16:21:06 +00:00
rocky
693a039f2f
Add regression test for fuzzy ISO detection.
...
Probably will rename iso4 to something else.
2005-02-08 04:38:05 +00:00
rocky
c9852fb89d
Since we have better TOC checking we now have to give real filenames.
...
Adjust for this. Also added a regression test with a bad file name.
2005-01-23 00:45:57 +00:00
rocky
a352d2c8df
Improve cdrdao to handle MSF-length.
...
Remove vcd_demo_toc.right since the cd-info output is now the same as
vcd_demo.right vcd_demo.toc adjusted accordingly.
2005-01-22 23:57:10 +00:00
rocky
164a5cc4f5
test/Makefile.am: forgot to add vcd2.toc
...
NEWS: what's up.
2005-01-18 03:46:40 +00:00
rocky
8707c4e676
Remove testparanoia .raw output on clean
...
Also ignore these for CVS if they are around.
2005-01-16 04:20:32 +00:00
rocky
a9832ae495
Start another cd-paranoia test. This one uses image reading so it
...
doesn't require a CD-DA loaded.
2005-01-15 10:17:17 +00:00