From 6a98b8c0b5ffe1a23902cdf7e692f702b703eaeb Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Mon, 6 May 2013 12:50:00 +0000 Subject: Copy NaCl directory into trunk/platform_tools, adjust paths (SkipBuildbotRuns) R=djsollen@google.com Review URL: https://codereview.chromium.org/14771017 git-svn-id: http://skia.googlecode.com/svn/trunk@9008 2bbb7eff-a529-9590-31e7-b0007b416f81 --- platform_tools/nacl/tests/tests.nmf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 platform_tools/nacl/tests/tests.nmf (limited to 'platform_tools/nacl/tests/tests.nmf') diff --git a/platform_tools/nacl/tests/tests.nmf b/platform_tools/nacl/tests/tests.nmf new file mode 100644 index 0000000000..95db050086 --- /dev/null +++ b/platform_tools/nacl/tests/tests.nmf @@ -0,0 +1,6 @@ +{ + "program": { + "x86-64": {"url": "../../out/nacl64/Debug/tests"}, + "x86-32": {"url": "../../out/nacl32/Debug/tests"} + } +} -- cgit v1.2.3