Move driver tests into a separate directory.

This commit is contained in:
R. Bernstein
2009-12-26 11:20:55 -05:00
parent 205ced6a7c
commit cb35e2877c
7 changed files with 41 additions and 11 deletions

View File

@@ -11,9 +11,10 @@
#define CDIO_VERSION "@VERSION@ @build@"
extern const char *cdio_version_string; /**< = CDIO_VERSION */
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor,
libcdio_version_num has the same value, but it is a constant variable
that can be accessed at run time. */
/*! LIBCDIO_VERSION_NUM is a C-Preprocessor macro that can be used for
testing in the C preprocessor. libcdio_version_num has the same
value, but it is a constant variable that can be accessed at run
time. */
#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@
extern const unsigned int libcdio_version_num; /**< = LIBCDIO_VERSION_NUM */