ISXDDataEssenceDescriptor_NamespaceURI UL fixed
[asdcplib.git] / src / jp2k-tst.sh
index 9f59638e9ee387ddc1dfdece8682f49cb971bbd8..3cb4e045db729df620136dc8a6e196ab4ed6accd 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # $Id$
-# Copyright (c) 2007-2008 John Hurst. All rights reserved.
+# Copyright (c) 2007-2009 John Hurst. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -39,16 +39,16 @@ ${BUILD_DIR}/asdcp-test${EXEEXT} -x ${TEST_FILES}/extract/${JP2K_PREFIX} ${TEST_
 if [ $? -ne 0 ]; then
     exit 1
 fi
-for file in `ls ../test/${TEST_FILE_PREFIX}`; do \
+for file in `ls ${TEST_FILES}/${TEST_FILE_PREFIX}`; do \
   echo "$file"; \
-  cmp ../test/${TEST_FILE_PREFIX}/$file ../test/extract/$file; \
+  cmp ${TEST_FILES}/${TEST_FILE_PREFIX}/$file ${TEST_FILES}/extract/$file; \
   if [ $? -ne 0 ]; then \
     exit 1; \
   fi; \
 done
 
 
-#${BUILD_DIR}/jp2k-test${EXEEXT} ${TEST_FILES}/${TEST_FILE_PREFIX}/MM_2k_XYZ_000000.j2c
+#${BUILD_DIR}/j2c-test${EXEEXT} ${TEST_FILES}/${TEST_FILE_PREFIX}/MM_2k_XYZ_000000.j2c
 #if [ $? -ne 0 ]; then
 #    exit 1
 #fi