summaryrefslogtreecommitdiffstats
path: root/indexlib/tests/slow-test.cpp
blob: 05b687913149ad9b32f1f55b0bcf7f3050f7f4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "slow.h"

#include <boost/test/unit_test.hpp>

using namespace ::boost::unit_test;
namespace slow_test {
const char* fname = "slow.test-delete-me";

void cleanup() {
	slow::remove( fname );
}

}