From d6bd147f6f49d1ce82cf7a69c21877f9df090683 Mon Sep 17 00:00:00 2001 From: Kolten Pearson Date: Tue, 9 May 2023 18:22:20 -0600 Subject: [PATCH] restored c binding test cleanup --- run_c_binding_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_c_binding_test.sh b/run_c_binding_test.sh index 116d4c65..172e1660 100644 --- a/run_c_binding_test.sh +++ b/run_c_binding_test.sh @@ -19,8 +19,8 @@ echo "checking results (they should be identical)" diff -q -s binding_test_scratch c_bindings/test_answers.txt echo "cleaning up" -#rm pocketpy_c.o +rm pocketpy_c.o rm test.o rm binding_test_scratch -#rm c_binding_test +rm c_binding_test