Files
jansson/driver.cpp

8 lines
95 B
C++

#include "jansson.hpp"
extern int json_cpp_tests();
int main() {
return json_cpp_tests();
}