tests: pass data dir as arg
This fixes test failure on builds that happen to be built in 'build/' instead of 'build/release'. Use boost filesystem path type.
This commit is contained in:
@@ -31,9 +31,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <atomic>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
namespace unit_test
|
||||
{
|
||||
extern boost::filesystem::path data_dir;
|
||||
|
||||
class call_counter
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user