Commit b59f673d authored by Mike Hommey's avatar Mike Hommey
Browse files

Fixup for cramtests and some python tests after bug 1407468. r=me

parent 86d755f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ DIRS += [
    'third_party/python',
]

if CONFIG['MOZ_WIDGET_TOOLKIT']:
if CONFIG['MOZ_WIDGET_TOOLKIT'] or not CONFIG['MOZ_BUILD_APP']:
    # These python manifests are included here so they get picked up without an objdir
    PYTHON_UNITTEST_MANIFESTS += [
        'layout/tools/reftest/selftest/python.ini',