diff options
author | Daniel Sikeler <d.sikeler94@gmail.com> | 2016-08-12 10:26:28 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-08-16 20:31:31 +0000 |
commit | f577a422079c5333caa52e69ad09eb2b83de9134 (patch) | |
tree | 09dec5fb643532a9217bda0fb93d55046e437ad7 /xmloff/Module_xmloff.mk | |
parent | 10c6bef34d8f40173f2d87037327706cb20ed33e (diff) |
GSoC - implement global tokenhandler for odf-tokens
This generates perfect hash for odf-tokens and use them with the tokenhandler.
With added test case to check to and fro mapping between tokens.
This is taken from Daniel's work in feature/fastparser branch.
Change-Id: I7cf77c1eb6c9dd68fd78108c6e0726507c7672e1
Reviewed-on: https://gerrit.libreoffice.org/28073
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'xmloff/Module_xmloff.mk')
-rw-r--r-- | xmloff/Module_xmloff.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/Module_xmloff.mk b/xmloff/Module_xmloff.mk index a3c560341e3a..d502b7daf69d 100644 --- a/xmloff/Module_xmloff.mk +++ b/xmloff/Module_xmloff.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Module_Module,xmloff)) $(eval $(call gb_Module_add_targets,xmloff,\ + CustomTarget_generated \ Library_xo \ Library_xof \ Package_dtd \ @@ -28,6 +29,7 @@ $(eval $(call gb_Module_add_targets,xmloff,\ $(eval $(call gb_Module_add_check_targets,xmloff,\ $(if $(MERGELIBS),, \ CppunitTest_xmloff_uxmloff) \ + CppunitTest_xmloff_tokenmap \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,xmloff,\ |