Workaround https://github.com/fuzzylite/fuzzylite/issues/85 diff --git a/fuzzylite/test/BenchmarkTest.cpp b/fuzzylite/test/BenchmarkTest.cpp index f868ec29..464d394d 100644 --- a/fuzzylite/test/BenchmarkTest.cpp +++ b/fuzzylite/test/BenchmarkTest.cpp @@ -30,7 +30,7 @@ namespace fl { } TEST_CASE("Benchmarks from FLD files", "[benchmark][fld]") { - std::string path = "../../examples/"; + std::string path = "../examples/"; typedef std::pair Example; std::vector examples; examples.push_back(Example("mamdani/AllTerms", int(1e4))); 9f4822c0c431c25071977b68ab79d152887ec3'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
' bug in Guile 2.2.2....* guix/cache.scm (time-monotonic) [guile-2.2]: New variable. * tests/cache.scm (time-monotonic) [guile-2.2]: Likewise. * guix/build/download.scm (time-monotonic) [guile-2.2]: Adjust comment: it's a 2.2.2 bug.
AgeCommit message (Expand)Author
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'pt_BR' translation.Julien Lepiller
2019-05-01nls: Update translations for de and fr.Ludovic Courtès
Ludovic Courtès
2017-04-18Add (guix cache) and use it in (guix scripts substitute)....* guix/cache.scm, tests/cache.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. * guix/scripts/substitute.scm (obsolete?): Remove. (remove-expired-cached-narinfos): Rename to... (cached-narinfo-expiration-time): ... this. Remove the removal part and only keep the expiration time part. (narinfo-cache-directories): Add optional 'directory' parameter and honor it. (maybe-remove-expired-cached-narinfo): Remove. (cached-narinfo-files): New procedure. (guix-substitute): Use 'maybe-remove-expired-cache-entries' instead of 'maybe-remove-expired-cached-narinfo'. Ludovic Courtès