summaryrefslogtreecommitdiff
path: root/registry/test/regcompare
diff options
context:
space:
mode:
Diffstat (limited to 'registry/test/regcompare')
-rw-r--r--registry/test/regcompare/makefile.mk107
-rw-r--r--registry/test/regcompare/other1.idl1
-rw-r--r--registry/test/regcompare/other2.idl1
-rw-r--r--registry/test/regcompare/pe.idl1
-rw-r--r--registry/test/regcompare/psa.idl1
-rw-r--r--registry/test/regcompare/psb.idl1
-rw-r--r--registry/test/regcompare/ue.idl1
-rw-r--r--registry/test/regcompare/usa.idl1
-rw-r--r--registry/test/regcompare/usb.idl1
9 files changed, 0 insertions, 115 deletions
diff --git a/registry/test/regcompare/makefile.mk b/registry/test/regcompare/makefile.mk
deleted file mode 100644
index 169b51606..000000000
--- a/registry/test/regcompare/makefile.mk
+++ /dev/null
@@ -1,107 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ := ..$/..
-PRJNAME := registry
-TARGET := test_regcompare
-
-.INCLUDE: settings.mk
-.INCLUDE: target.mk
-
-ALLTAR: test
-
-test .PHONY: $(MISC)$/$(TARGET)$/psa.urd $(MISC)$/$(TARGET)$/psb.urd \
- $(MISC)$/$(TARGET)$/usa.urd $(MISC)$/$(TARGET)$/usb.urd \
- $(MISC)$/$(TARGET)$/pe.urd $(MISC)$/$(TARGET)$/ue.urd \
- $(MISC)$/$(TARGET)$/other1.urd $(MISC)$/$(TARGET)$/other2.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd
- $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd
- $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \
- -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd
-
-$(MISC)$/$(TARGET)$/%.urd: %.idl
- $(IDLC) -O$(MISC)$/$(TARGET) -cid -we $<
diff --git a/registry/test/regcompare/other1.idl b/registry/test/regcompare/other1.idl
deleted file mode 100644
index 75473015b..000000000
--- a/registry/test/regcompare/other1.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { enum X { V }; };
diff --git a/registry/test/regcompare/other2.idl b/registry/test/regcompare/other2.idl
deleted file mode 100644
index f6c94ef66..000000000
--- a/registry/test/regcompare/other2.idl
+++ /dev/null
@@ -1 +0,0 @@
-enum X { V };
diff --git a/registry/test/regcompare/pe.idl b/registry/test/regcompare/pe.idl
deleted file mode 100644
index c597b29f0..000000000
--- a/registry/test/regcompare/pe.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { published enum N { V }; };
diff --git a/registry/test/regcompare/psa.idl b/registry/test/regcompare/psa.idl
deleted file mode 100644
index b8079c9ad..000000000
--- a/registry/test/regcompare/psa.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { published struct N { long m; }; };
diff --git a/registry/test/regcompare/psb.idl b/registry/test/regcompare/psb.idl
deleted file mode 100644
index 03d02b302..000000000
--- a/registry/test/regcompare/psb.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { published struct N { short m; }; };
diff --git a/registry/test/regcompare/ue.idl b/registry/test/regcompare/ue.idl
deleted file mode 100644
index 0face3356..000000000
--- a/registry/test/regcompare/ue.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { enum N { V }; };
diff --git a/registry/test/regcompare/usa.idl b/registry/test/regcompare/usa.idl
deleted file mode 100644
index 80fe2c2f4..000000000
--- a/registry/test/regcompare/usa.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { struct N { long m; }; };
diff --git a/registry/test/regcompare/usb.idl b/registry/test/regcompare/usb.idl
deleted file mode 100644
index 08e7e9daa..000000000
--- a/registry/test/regcompare/usb.idl
+++ /dev/null
@@ -1 +0,0 @@
-module M { struct N { short m; }; };