~singpolyma/biboumi

4b5d2d11c53628e9d65e907a179458a19192e45a — Florent Le Coz 9 years ago 848b501
test.cfg file is now created by the test suite
1 files changed, 1 insertions(+), 1 deletions(-)

M src/test.cpp
M src/test.cpp => src/test.cpp +1 -1
@@ 186,7 186,7 @@ int main()
  std::cout << color << "Testing config…" << reset << std::endl;
  Config::filename = "test.cfg";
  Config::file_must_exist = false;
  Config::set("coucou", "bonjour");
  Config::set("coucou", "bonjour", true);
  Config::close();

  bool error = false;