diff --git a/test.sh b/test.sh deleted file mode 100755 index ac07ef22..00000000 --- a/test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -#cd build; cmake ../; make -j9; make install; - -cmake --build build -j9; cmake --install build;