diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-07-10 13:49:57 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-07-10 13:49:57 +0000 |
commit | a85ec0c6a2c2997bd94793fe1b8e9e93d695da19 (patch) | |
tree | 5f16f434c9122d25f76215d9e08c59627017e2d8 /tests | |
parent | f6f82821e24c64ea7b250de4481412c69ce03b8e (diff) | |
download | libxslt-a85ec0c6a2c2997bd94793fe1b8e9e93d695da19.tar.gz libxslt-a85ec0c6a2c2997bd94793fe1b8e9e93d695da19.tar.bz2 libxslt-a85ec0c6a2c2997bd94793fe1b8e9e93d695da19.zip |
simple cast missing Peter Breitenlohner added deps to libxslt integrated
* libxslt/transform.c: simple cast missing Peter Breitenlohner
* breakpoint/Makefile.am: added deps to libxslt
* tests/exslt/common/Makefile.am: integrated William Brack test
in the regression suite
Daniel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exslt/common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/exslt/common/Makefile.am b/tests/exslt/common/Makefile.am index 42768be0..42287ee4 100644 --- a/tests/exslt/common/Makefile.am +++ b/tests/exslt/common/Makefile.am @@ -7,7 +7,9 @@ EXTRA_DIST = \ node-set.1.xml node-set.1.xsl node-set.1.out \ node-set.2.xml node-set.2.xsl node-set.2.out \ node-set.3.xml node-set.3.xsl node-set.3.out \ - object-type.1.xml object-type.1.xsl object-type.1.out + object-type.1.xml object-type.1.xsl object-type.1.out \ + import-test1a.imp import-test1b.imp import-test1.out \ + import-test1.xml import-test1.xsl all: |