summaryrefslogtreecommitdiffstats
path: root/toolkit/components/resistfingerprinting/tests/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/resistfingerprinting/tests/moz.build')
-rw-r--r--toolkit/components/resistfingerprinting/tests/moz.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/components/resistfingerprinting/tests/moz.build b/toolkit/components/resistfingerprinting/tests/moz.build
new file mode 100644
index 0000000000..be81cc8e25
--- /dev/null
+++ b/toolkit/components/resistfingerprinting/tests/moz.build
@@ -0,0 +1,9 @@
+UNIFIED_SOURCES += [
+ "test_reduceprecision.cpp",
+]
+
+MOCHITEST_CHROME_MANIFESTS += [
+ "chrome.ini",
+]
+
+FINAL_LIBRARY = "xul-gtest"