summaryrefslogtreecommitdiffstats
path: root/basic/CppunitTest_basic_scanner.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-01-30 22:12:35 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2016-02-05 21:20:50 +0100
commitaa20acb87d48b4dcda337ab08c5d8a76a400bacb (patch)
tree4837e57b9b539a13ef84872d791aec04bd0b5c04 /basic/CppunitTest_basic_scanner.mk
parentcid#1351879 missing break (diff)
downloadcore-aa20acb87d48b4dcda337ab08c5d8a76a400bacb.tar.gz
core-aa20acb87d48b4dcda337ab08c5d8a76a400bacb.zip
basic: Merge macro snippet tests
Change-Id: Ia2d8944227c6be8b5ae7b42f7d566ac150d522b9
Diffstat (limited to 'basic/CppunitTest_basic_scanner.mk')
-rw-r--r--basic/CppunitTest_basic_scanner.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk
index f17f08dc0f16..c921cc5ec0fe 100644
--- a/basic/CppunitTest_basic_scanner.mk
+++ b/basic/CppunitTest_basic_scanner.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
@@ -11,12 +12,11 @@ $(eval $(call gb_CppunitTest_CppunitTest,basic_scanner))
$(eval $(call gb_CppunitTest_use_ure,basic_scanner))
$(eval $(call gb_CppunitTest_add_exception_objects,basic_scanner, \
- basic/qa/cppunit/test_scanner \
+ basic/qa/cppunit/test_scanner \
))
$(eval $(call gb_CppunitTest_use_library_objects,basic_scanner,sb))
-# add a list of all needed libraries here
$(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
comphelper \
cppu \
@@ -45,3 +45,5 @@ $(eval $(call gb_CppunitTest_set_include,basic_scanner,\
-I$(SRCDIR)/basic/inc \
$$(INCLUDE) \
))
+
+# vim: set noet sw=4 ts=4: