mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed bugs and issues with linking tests
This commit is contained in:
parent
65be8090d3
commit
d4b1ea90c6
11 changed files with 27 additions and 21 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace gdpm::constants{
|
||||
const std::string HomePath(std::string(std::getenv("HOME")) + "/");
|
||||
const std::string TestPath(HomePath + ".config/gdpm/tests")
|
||||
const std::string TestPath(HomePath + ".config/gdpm/tests");
|
||||
const std::string ConfigPath(HomePath + ".config/gdpm/config.json");
|
||||
const std::string LockfilePath(HomePath + ".config/gdpm/gdpm.lck");
|
||||
const std::string LocalPackagesDir(HomePath + ".config/gdpm/packages");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue