summaryrefslogtreecommitdiff
path: root/jurt/JunitTest_util.mk
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/JunitTest_util.mk')
-rw-r--r--jurt/JunitTest_util.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/jurt/JunitTest_util.mk b/jurt/JunitTest_util.mk
deleted file mode 100644
index 72f1d29c10f2..000000000000
--- a/jurt/JunitTest_util.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# 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/.
-#
-
-$(eval $(call gb_JunitTest_JunitTest,jurt_util))
-
-$(eval $(call gb_JunitTest_use_jars,jurt_util,\
- ridl \
-))
-
-$(eval $(call gb_JunitTest_add_sourcefiles,jurt_util,\
- jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test \
-))
-
-$(eval $(call gb_JunitTest_add_classes,jurt_util,\
- com.sun.star.lib.util.NativeLibraryLoader_Test \
-))
-
-# vim:set noet sw=4 ts=4: