add first test

This commit is contained in:
Bassem Girgis
2020-11-12 10:40:37 -06:00
parent b2bac942b8
commit 0341fd46fd
11 changed files with 105 additions and 4 deletions

12
.vscode/vsc.bat vendored Normal file
View File

@@ -0,0 +1,12 @@
@echo off
:: get the project root directory
set PROJECT_ROOT_DIR=%~dp0\..\
pushd .
cd %PROJECT_ROOT_DIR%
set PROJECT_ROOT_DIR=%CD%
popd
:: start VS Code: assume it is installed
Start "" /D %PROJECT_ROOT_DIR% "Code" .