summaryrefslogtreecommitdiff
path: root/gtests/Makefile
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2016-10-28 10:03:41 +1100
committerMartin Thomson <martin.thomson@gmail.com>2016-10-28 10:03:41 +1100
commitc22a9326b60cc34aafcaf9fcc222204f21604abe (patch)
tree74b58ba0b7a3ca3502886e0d16143402701fc869 /gtests/Makefile
parent9d9fb3b05f1f9a8b1cb1f388dcc2a6e8dba0750f (diff)
downloadnss-hg-c22a9326b60cc34aafcaf9fcc222204f21604abe.tar.gz
Bug 1310612 - move gtests to a directory of that name, r=franziskus
Diffstat (limited to 'gtests/Makefile')
-rw-r--r--gtests/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/gtests/Makefile b/gtests/Makefile
new file mode 100644
index 000000000..2b5492506
--- /dev/null
+++ b/gtests/Makefile
@@ -0,0 +1,44 @@
+#! gmake
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#######################################################################
+# (1) Include initial platform-independent assignments (MANDATORY). #
+#######################################################################
+
+include manifest.mn
+
+#######################################################################
+# (2) Include "global" configuration information. (OPTIONAL) #
+#######################################################################
+
+include $(CORE_DEPTH)/coreconf/config.mk
+
+#######################################################################
+# (3) Include "component" configuration information. (OPTIONAL) #
+#######################################################################
+
+
+
+#######################################################################
+# (4) Include "local" platform-dependent assignments (OPTIONAL). #
+#######################################################################
+
+
+#######################################################################
+# (5) Execute "global" rules. (OPTIONAL) #
+#######################################################################
+
+include $(CORE_DEPTH)/coreconf/rules.mk
+
+#######################################################################
+# (6) Execute "component" rules. (OPTIONAL) #
+#######################################################################
+
+
+
+#######################################################################
+# (7) Execute "local" rules. (OPTIONAL). #
+#######################################################################