diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-09-01 13:39:08 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-09-01 13:39:08 +0200 |
commit | 3d8ce1a11a7347cc94a937719c4bc8df46fb8d14 (patch) | |
tree | 8c26ca375a6312751c00a27e1653fb6f189f0463 /gfx/moz.build | |
parent | e449bdb1ec3a82f204bffdd9c3c54069d086eee3 (diff) | |
download | palemoon-gre-3d8ce1a11a7347cc94a937719c4bc8df46fb8d14.tar.gz |
Base import of Tycho code (warning: huge commit)
Diffstat (limited to 'gfx/moz.build')
-rw-r--r-- | gfx/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gfx/moz.build b/gfx/moz.build index 3e8016f7d..aa1b31ec4 100644 --- a/gfx/moz.build +++ b/gfx/moz.build @@ -28,7 +28,5 @@ if CONFIG['MOZ_ENABLE_SKIA']: if CONFIG['ENABLE_TESTS']: DIRS += ['tests/gtest'] -TEST_TOOL_DIRS += ['tests'] - -MODULE = 'gfx' +TEST_DIRS += ['tests'] |