diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-22 22:42:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-09-22 22:42:47 +0000 |
commit | 9534f3311d23e1ff48fd747b8568064946350e4d (patch) | |
tree | 5f4c1cfb04006ee7913ea4079de77b757b3875e1 /tests/runtests.sh.in | |
parent | cd8f626345fdf182a927e36eb1af613590a9bdce (diff) | |
download | pango-9534f3311d23e1ff48fd747b8568064946350e4d.tar.gz |
Make color parsing more robust and correct. (#93804)
* pango/pango-color.c (pango_color_parse): Make color parsing
more robust and correct. (#93804)
* tests/testcolor.c: Tests for pango_color_parse.
* tests/Makefile.am: Build testcolor.
* tests/runtests.sh: Run testcolor.
Diffstat (limited to 'tests/runtests.sh.in')
-rwxr-xr-x | tests/runtests.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.sh.in b/tests/runtests.sh.in index 3fd0b110..897cd120 100755 --- a/tests/runtests.sh.in +++ b/tests/runtests.sh.in @@ -1,7 +1,7 @@ #! /bin/sh LOGFILE=runtests.log -POTENTIAL_TESTS='testboundaries' +POTENTIAL_TESTS='testboundaries testcolor' for I in $POTENTIAL_TESTS do |