From e94cfaf42e5aa77a6b0bd2d24aa49103d534827c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 6 Aug 2024 13:51:25 +0800 Subject: [PATCH] Delete run_c_binding_test.sh --- run_c_binding_test.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 run_c_binding_test.sh diff --git a/run_c_binding_test.sh b/run_c_binding_test.sh deleted file mode 100644 index 0f90d15a..00000000 --- a/run_c_binding_test.sh +++ /dev/null @@ -1,17 +0,0 @@ -cd c_bindings -rm -rf build -mkdir build -cd build -cmake .. -cmake --build . --config Release - -./test_c_bindings > binding_test_scratch - -echo "checking results (they should be identical)" -diff -q -s binding_test_scratch ../test_answers.txt - -if [ $? -eq 1 ] -then - echo "ERROR: c binding test failed" - exit 1 -fi \ No newline at end of file