Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279258
Collapse All | Expand All

(-)tests/test.h.org (+2 lines)
Lines 34-39 Link Here
34
#define _xmlwrapp_test_h_
34
#define _xmlwrapp_test_h_
35
35
36
#define BOOST_TEST_ALTERNATIVE_INIT_API
36
#define BOOST_TEST_ALTERNATIVE_INIT_API
37
#define BOOST_TEST_DYN_LINK
37
#include <boost/test/unit_test.hpp>
38
#include <boost/test/unit_test.hpp>
38
39
39
#include <xmlwrapp/xmlwrapp.h>
40
#include <xmlwrapp/xmlwrapp.h>
Lines 41-46 Link Here
41
#include <iostream>
42
#include <iostream>
42
#include <fstream>
43
#include <fstream>
43
#include <sstream>
44
#include <sstream>
45
#include <cstring>
44
46
45
// path to source directory, where test data files are located
47
// path to source directory, where test data files are located
46
extern std::string srcdir;
48
extern std::string srcdir;

Return to bug 279258