aboutsummaryrefslogtreecommitdiff
path: root/src/tests/synchrohash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/synchrohash.cpp')
-rw-r--r--src/tests/synchrohash.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/synchrohash.cpp b/src/tests/synchrohash.cpp
new file mode 100644
index 0000000..7f6dbd1
--- /dev/null
+++ b/src/tests/synchrohash.cpp
@@ -0,0 +1,7 @@
1#include <bu/synchrohash.h>
2
3int main()
4{
5 Bu::SynchroHash<int, char *> Things;
6}
7