Intialize and cleanup repo
This commit is contained in:
4
server/run_tests.sh
Executable file
4
server/run_tests.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
mkdir -p builds
|
||||
g++ tests.cpp -o builds/tests.out -lgtest
|
||||
./builds/tests.out
|
Reference in New Issue
Block a user