From a77e41eee42b99282c05d268479ba5ebb11dc095 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 15:54:09 +0000 Subject: Rearranged the tests, now it's like the old style, which I like more for some reason. --- src/tests/hash.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/tests/hash.cpp (limited to 'src/tests/hash.cpp') diff --git a/src/tests/hash.cpp b/src/tests/hash.cpp new file mode 100644 index 0000000..d0f5fa6 --- /dev/null +++ b/src/tests/hash.cpp @@ -0,0 +1,10 @@ +#include "hash.h" +#include "staticstring.h" + +int main() +{ + //Hash sTest; + + //sTest.hasKey("hello"); +} + -- cgit v1.2.3