From 8e8f8d92c2e49804af80cd42145bea728b9c7fd0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 13 Sep 2015 15:30:00 +0200 Subject: allow to run unit-test under wine from srcdir. --- libs/evoral/test/SMFTest.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libs/evoral/test') diff --git a/libs/evoral/test/SMFTest.cpp b/libs/evoral/test/SMFTest.cpp index d42ee26dff..0907cdc2f5 100644 --- a/libs/evoral/test/SMFTest.cpp +++ b/libs/evoral/test/SMFTest.cpp @@ -25,11 +25,12 @@ PBD::Searchpath test_search_path () { #ifdef PLATFORM_WINDOWS - string wsp(g_win32_get_package_installation_directory_of_module(NULL)); - return Glib::build_filename (wsp, "evoral_testdata"); -#else - return Glib::getenv("EVORAL_TEST_PATH"); + if (!getenv("EVORAL_TEST_PATH")) { + string wsp(g_win32_get_package_installation_directory_of_module(NULL)); + return Glib::build_filename (wsp, "evoral_testdata"); + } #endif + return Glib::getenv("EVORAL_TEST_PATH"); } void -- cgit v1.2.3