Move testing code into a script

This commit is contained in:
Danila Fedorin 2020-02-11 18:37:21 -08:00
parent fc6621b8d1
commit 972682969c
1 changed files with 4 additions and 0 deletions

4
test.sh Executable file
View File

@ -0,0 +1,4 @@
cd 09
mkdir -p build && cd build
cmake ..
make -j8