summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2012-06-03 03:26:47 -0700
committerJosh Durgin <josh.durgin@inktank.com>2012-06-08 14:31:49 -0700
commit5750e53e3696fe9af1a970543f815e8d36e1406f (patch)
tree01ac9a4cbc9ceb5d42071c3143666fd2d2af0c09 /src/test
parentba56d812736d7efea1ee7d6796f6b19ab3ecc9dd (diff)
downloadceph-5750e53e3696fe9af1a970543f815e8d36e1406f.tar.gz
test_librbd: don't include a .cc file
Add it as a source like the rest of the gtests. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_librbd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_librbd.cc b/src/test/test_librbd.cc
index 89c5797de5e..1bf7ed090f2 100644
--- a/src/test/test_librbd.cc
+++ b/src/test/test_librbd.cc
@@ -29,7 +29,7 @@
#include <iostream>
#include <algorithm>
-#include "rados-api/test.cc"
+#include "rados-api/test.h"
#include "common/errno.h"
using namespace std;