From 8aef0119b17a4167e42731422b9261813a68c7bf Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Fri, 9 Feb 2001 23:32:03 +0000 Subject: [PATCH] adding .prefix files for the tests git-svn-id: svn://10.0.0.236/trunk@86710 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js2/tests/cpp/macbuild/tests.prefix | 1 + mozilla/js2/tests/cpp/macbuild/testsDebug.prefix | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 mozilla/js2/tests/cpp/macbuild/tests.prefix create mode 100755 mozilla/js2/tests/cpp/macbuild/testsDebug.prefix diff --git a/mozilla/js2/tests/cpp/macbuild/tests.prefix b/mozilla/js2/tests/cpp/macbuild/tests.prefix new file mode 100755 index 00000000000..3ab22b7805c --- /dev/null +++ b/mozilla/js2/tests/cpp/macbuild/tests.prefix @@ -0,0 +1 @@ +#define XP_MAC 1 \ No newline at end of file diff --git a/mozilla/js2/tests/cpp/macbuild/testsDebug.prefix b/mozilla/js2/tests/cpp/macbuild/testsDebug.prefix new file mode 100755 index 00000000000..25c1482b6f7 --- /dev/null +++ b/mozilla/js2/tests/cpp/macbuild/testsDebug.prefix @@ -0,0 +1,2 @@ +#define XP_MAC 1 +#define DEBUG 1 \ No newline at end of file