move static functions out of Value, add test driver to ensure linking works properly
[jansson.git] / driver.cpp
1 #include "jansson.hpp"
2
3 extern int json_cpp_tests();
4
5 int main() {
6         return json_cpp_tests();
7 }