aboutsummaryrefslogtreecommitdiff
path: root/tests/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-19 18:04:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-19 18:04:00 +0200
commit499a78602432c4926004f859d5fe957c313adc09 (patch)
treee94ac38a2d8572444c94ad12b0118936c7290b2e /tests/buildfile
parent834f0df3850c2b115e2febbf5b6bdafbe88651e2 (diff)
Add small_vector<T, N> class template
It has a (mostly) std::vector interface (it derives from it) and will store up to N elements in the same storage as the vector instance itself.
Diffstat (limited to 'tests/buildfile')
-rw-r--r--tests/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile
index 84a17aa..909432c 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -4,7 +4,7 @@
d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \
manifest-serializer/ manifest-roundtrip/ pager/ path/ prefix-map/ \
- process/ sha256/ strcase/ timestamp/ triplet/
+ process/ sha256/ small-vector/ strcase/ timestamp/ triplet/
./: $d
include $d