From 78930b334b237e5cf29371ec51d943bb18390fc1 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 10 Sep 2013 22:56:03 +0300 Subject: Fix tests compilation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CPlusPlusForwardDeclarations.h not found * Valgrind tests that include botan missing -ldl. botan is not required for them (they link just fine without it). Change-Id: I279b03990ad36d01c93700d50ae8e5119bf5be80 Reviewed-by: André Hartmann Reviewed-by: Nikolai Kosjar --- tests/manual/plain-cplusplus/Preprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/plain-cplusplus/Preprocessor.h') diff --git a/tests/manual/plain-cplusplus/Preprocessor.h b/tests/manual/plain-cplusplus/Preprocessor.h index 3c9de681c1..5031cda1ae 100644 --- a/tests/manual/plain-cplusplus/Preprocessor.h +++ b/tests/manual/plain-cplusplus/Preprocessor.h @@ -40,7 +40,7 @@ namespace CPlusPlus { class Lexer; class Token; -class CPLUSPLUS_EXPORT StringRef +class StringRef { const char *_text; unsigned _size; -- cgit v1.2.1