Sfoglia il codice sorgente

Delete run_c_binding_test.sh

blueloveTH 1 anno fa
parent
commit
e94cfaf42e
1 ha cambiato i file con 0 aggiunte e 17 eliminazioni
  1. 0 17
      run_c_binding_test.sh

+ 0 - 17
run_c_binding_test.sh

@@ -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