diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-08-03 16:21:14 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-08-03 16:21:14 +0000 |
| commit | 6c7ac8dd7e8403645de3090777ed6b50c95420e3 (patch) | |
| tree | c9c6799dc5b81cb51e2805cb379c1d2560ec028a | |
| parent | Fix UnitTracker percentage bug. (diff) | |
| download | inkscape-6c7ac8dd7e8403645de3090777ed6b50c95420e3.tar.gz inkscape-6c7ac8dd7e8403645de3090777ed6b50c95420e3.zip | |
Fixed building of tests.
(bzr r12380.1.60)
| -rw-r--r-- | src/helper/Makefile_insert | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helper/Makefile_insert b/src/helper/Makefile_insert index 5d1703b5c..4c6437f13 100644 --- a/src/helper/Makefile_insert +++ b/src/helper/Makefile_insert @@ -40,9 +40,3 @@ helper/sp-marshal.cpp: helper/sp-marshal.list helper/sp-marshal.h else mv helper/tmp.sp-marshal.cpp helper/sp-marshal.cpp; fi helper/sp-marshal.cpp helper/sp-marshal.h: helper/sp-marshal.list - -# ###################### -# ### CxxTest stuff #### -# ###################### -CXXTEST_TESTSUITES += \ - $(srcdir)/helper/units-test.h |
