]> 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>
Sun, 7 Oct 2012 20:26:28 +0000 (22:26 +0200)
commit9bc027d961fcf50855a78a6ffa8cdff452f84b03
tree4e41b00a25be46e226c6841a8331999cfae775e7
parentcfa0a1181b92dcd8165db22cc63fdd7b5872e40c
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]