From a11952fe22bf24982e0fea6a1dcdec34985e4fe4 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 1 Jan 2019 17:14:31 -0800 Subject: [PATCH] gitignore stuff --- test/.gitignore | 1 + test/run.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 test/run.sh diff --git a/test/.gitignore b/test/.gitignore index 7a21328b..477ba279 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -6,3 +6,4 @@ cmake_install.cmake node_modules ixwebsocket Makefile +build diff --git a/test/run.sh b/test/run.sh new file mode 100644 index 00000000..ef727cc4 --- /dev/null +++ b/test/run.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +mkdir build +cd build +cmake .. +make +./ixwebsocket_unittest