diff options
| author | Kees Cook <kees@outflux.net> | 2007-01-13 08:45:06 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2007-01-13 08:45:06 +0000 |
| commit | 8f2820a5faf3ad7e6daef495c8131f5aff05b7f2 (patch) | |
| tree | 0053a713ddac4f2a4b1ecb62600a135dd2ff5eb4 /src/Makefile.am | |
| parent | (bzr r2207) (diff) | |
| download | inkscape-8f2820a5faf3ad7e6daef495c8131f5aff05b7f2.tar.gz inkscape-8f2820a5faf3ad7e6daef495c8131f5aff05b7f2.zip | |
more missing files. added "expected failure" list
(bzr r2208)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cda0a04fd..39d4a12a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -148,6 +148,7 @@ EXTRA_DIST = \ utest/makefile.in \ ui/makefile.in \ ui/dialog/makefile.in \ + ui/dialog/session-player.cpp \ ui/view/makefile.in \ ui/widget/makefile.in \ util/makefile.in \ @@ -194,11 +195,9 @@ TESTS = \ xml/quote-test$(EXEEXT) \ xml/repr-action-test$(EXEEXT) -# Amd64 failures?? -#XFAIL_TESTS = \ -# test-all$(EXEEXT) \ -# style-test$(EXEEXT) \ -# svg/test-svg$(EXEEXT) +# As of 2007-01-13, these are failing... +XFAIL_TESTS = \ + style-test$(EXEEXT) # streamtest is unfinished and can't handle the relocations done during # "make distcheck". Not needed for the 0.41 release. |
