summaryrefslogtreecommitdiff
path: root/test/datastructures/stlRope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/datastructures/stlRope.cpp')
-rw-r--r--test/datastructures/stlRope.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/datastructures/stlRope.cpp b/test/datastructures/stlRope.cpp
new file mode 100644
index 0000000..7405e4e
--- /dev/null
+++ b/test/datastructures/stlRope.cpp
@@ -0,0 +1,6 @@
+#include "../util.h"
+#include <datastructures/stlRope.cpp>
+
+int main() {
+ test();
+}