Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / liblouis / src / tests / resolve_table.h.in
1 // The resolve_table test checks if it can resolve table paths.
2 // Amongst other scenarios it also tests if relative paths can be
3 // resolved. For that reason the test needs to be run in the test dir.
4 // This is not the case in VPATH builds. So we need to do a chdir into
5 // the test dir and we need to know the lecation of the test dir. This
6 // is achieved via this header file which is adapted while configuring.
7 #define TEST_SRC_DIR "@srcdir@"