move static functions out of Value, add test driver to ensure linking works properly
This commit is contained in:
7
driver.cpp
Normal file
7
driver.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "jansson.hpp"
|
||||
|
||||
extern int json_cpp_tests();
|
||||
|
||||
int main() {
|
||||
return json_cpp_tests();
|
||||
}
|
||||
Reference in New Issue
Block a user