Skip to content

Commit

Permalink
vs code stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Erbilgin committed Jan 29, 2018
1 parent 96fcb80 commit 348432b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
# Note: Should be run from project root.

# exit on first failure
set -e

# Go to Debug dir
cd Debug

# Make project
make all -j3

# Run tests
gtpp.py ./OTAESGCM

0 comments on commit 348432b

Please sign in to comment.