Skip to content
Snippets Groups Projects
Commit 26061f89 authored by serge-sans-paille's avatar serge-sans-paille
Browse files

Bug 1826756 - Make mfbt/tests/gtest buildable outside of a unified build environment r=andi

parent f160bee6
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
#include "gtest/gtest.h"
#include "mozilla/Array.h"
#include "mozilla/Span.h"
#include "nsString.h"
......
......@@ -7,6 +7,7 @@
#include "gtest/gtest.h"
#include <math.h>
#include "mozilla/Array.h"
#include "mozilla/Assertions.h"
#include "mozilla/Range.h"
#include "mozilla/Tainting.h"
......
......@@ -30,5 +30,3 @@ if not CONFIG["MOZILLA_OFFICIAL"]:
# ]
FINAL_LIBRARY = "xul-gtest"
REQUIRES_UNIFIED_BUILD = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment