gitignore stuff

This commit is contained in:
Benjamin Sergeant 2019-01-01 17:14:31 -08:00
parent 973a3f03c3
commit 4adf5720f0
2 changed files with 8 additions and 0 deletions

1
test/.gitignore vendored
View File

@ -6,3 +6,4 @@ cmake_install.cmake
node_modules
ixwebsocket
Makefile
build

7
test/run.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
mkdir build
cd build
cmake ..
make
./ixwebsocket_unittest