diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 23:28:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 23:28:16 +0200 |
commit | beccf477581b1f3e85100d43be81ea55d3b3f912 (patch) | |
tree | bd0a3675fae6bc771f42e94126e2029c7bbf8c78 /test/Library_test.mk | |
parent | 52348aa791c6006d27c94146907c788b6318e816 (diff) |
move xshape dumper into test
XShapeDumper can now be used by other parts of the code too.
Please keep in mind that changing the dumper affects other parts too and
might require a regneration of reference files.
Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r-- | test/Library_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk index 8ca0289364e5..c4a9dc992fa7 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -68,6 +68,7 @@ $(eval $(call gb_Library_use_external,test,cppunit)) $(eval $(call gb_Library_add_exception_objects,test,\ test/source/bootstrapfixture \ test/source/diff/diff \ + test/source/xshape_dumper \ )) # vim: set noet sw=4 ts=4: |