Changeset 3436 for pkpgcounter/trunk/tests/runtest.sh
- Timestamp:
- 10/06/08 00:22:07 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/tests/runtest.sh
r564 r3436 8 8 # the Free Software Foundation, either version 3 of the License, or 9 9 # (at your option) any later version. 10 # 10 # 11 11 # This program is distributed in the hope that it will be useful, 12 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 # GNU General Public License for more details. 15 # 15 # 16 16 # You should have received a copy of the GNU General Public License 17 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. … … 19 19 echo "Analyzing colors..." 20 20 if ! [ -f "colors.pdf" ] ; then 21 python ./runcolors.py ; 21 python ./runcolors.py ; 22 22 fi ; 23 echo 23 echo 24 24 25 25 for cspace in BW RGB CMY CMYK GC ; do … … 27 27 pkpgcounter --colorspace $cspace colors.pdf ; 28 28 echo ; 29 done 29 done 30 30 31 31 echo "Generating testsuite..."