Ignore:
Timestamp:
Aug 7, 2011, 11:13:15 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

単体テスト周りの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/ab-test/ab-test.cpp

    r818 r821  
    9494    ::GetModuleFileName(nullptr, moduleName, MAX_PATH);
    9595
    96     auto systemDir = fs::path(moduleName).parent_path().parent_path() / L"build/release/system";
     96    auto systemDir = fs::path(moduleName).parent_path().parent_path().parent_path() / L"build/release/system";
    9797
    9898    UniqueHModule hmodRes(::LoadLibraryExW((systemDir / name).wstring().c_str(), nullptr, LOAD_LIBRARY_AS_DATAFILE));
Note: See TracChangeset for help on using the changeset viewer.