Added more items to the test_data.json while testing multithreading

This commit is contained in:
2023-02-26 21:06:04 +00:00
parent 3523e12a5d
commit 948eef0b4a
5 changed files with 23 additions and 5 deletions

View File

@@ -10,5 +10,11 @@ mk_haversine_strtok:
run_haversine_strtok:
cd ./haversine/cpp && ./haverstrtok
mk_test:
clang++ -g -lpthread haversine/cpp/test.cpp haversine/cpp/haversine.cpp -o haversine/cpp/test
run_test:
cd ./haversine/cpp && ./test
run_haversine_python_json:
python ./haversine/python/haversine_json.py