]> git.lyx.org Git - features.git/commit
Fix make check target
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 5 Oct 2012 09:55:23 +0000 (11:55 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 5 Oct 2012 09:55:23 +0000 (11:55 +0200)
commit4729b1c35de08963cf8b40b59bcf50d427f2bb0c
tree8db5a1eb40fd53f8d382b34fc2e6a44550400816
parent2f7f0c76312c4500147ee5795e2df030a2d5ae3a
Fix make check target

A dummy getGuiMessages function was missing. Instead of adding it everywhere, a new file is created that contains all the dummy functions needed by the tests.
src/support/Makefile.am
src/support/tests/check_convert.cpp
src/support/tests/check_filetools.cpp
src/support/tests/check_lstrings.cpp
src/support/tests/dummy_functions.cpp [new file with mode: 0644]