Reorganize test data for future growth.

This commit is contained in:
R. Bernstein
2010-01-20 20:57:43 -05:00
parent 9c96d2c448
commit 0ec240f935
67 changed files with 181 additions and 123 deletions

View File

@@ -44,8 +44,8 @@
#include <string.h>
#ifndef TEST_DIR
#define TEST_DIR "@srcdir@"
#ifndef DATA_DIR
#define DATA_DIR "@abs_top_srcdir@/test/data/"
#endif
@@ -162,7 +162,7 @@ main(int argc, const char *argv[])
if (ret != 0) return ret;
if (0 == chdir(TEST_DIR)) {
if (0 == chdir(DATA_DIR)) {
nrg_images = cdio_get_devices(DRIVER_NRG);
for (imgs=nrg_images; *imgs != NULL; imgs++) {