diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-12-30 16:19:18 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-12-30 16:19:18 +0000 |
| commit | 8591819d7dfd94e245f81bb6e6b597dace39bbb2 (patch) | |
| tree | 47681ad5dffe3ed582b7f22ef5d47917a17a1b8c /src/Makefile.am | |
| parent | adjust page height to suit AutoCad (diff) | |
| download | inkscape-8591819d7dfd94e245f81bb6e6b597dace39bbb2.tar.gz inkscape-8591819d7dfd94e245f81bb6e6b597dace39bbb2.zip | |
Remove utest.
(bzr r7042)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 200abe1cf..82a6f65a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -140,7 +140,6 @@ include libcola/Makefile_insert include removeoverlap/Makefile_insert include graphlayout/Makefile_insert include svg/Makefile_insert -include utest/Makefile_insert include widgets/Makefile_insert include debug/Makefile_insert include xml/Makefile_insert @@ -203,7 +202,6 @@ EXTRA_DIST = \ svg/makefile.in \ trace/makefile.in \ traits/makefile.in \ - utest/makefile.in \ ui/makefile.in \ ui/cache/makefile.in \ ui/dialog/makefile.in \ @@ -220,8 +218,6 @@ EXTRA_DIST = \ extension/internal/emf-win32-print.cpp \ extension/internal/emf-win32-print.h \ helper/sp-marshal.list \ - utest/utest.h \ - utest/test-1ary-cases.h \ traits/copy.h \ traits/function.h \ traits/list-copy.h \ @@ -242,9 +238,8 @@ EXTRA_PROGRAMS = \ # need to be built. There should be one test program per directory. # automake adds $(EXEEXT) to check_PROGRAMS items but not to TESTS items: # TESTS items can be scripts etc. -check_PROGRAMS = \ - cxxtests \ - style-test +check_PROGRAMS = cxxtests + # streamtest is unfinished and can't handle the relocations done during # "make distcheck". |
