Skip to content

Commit

Permalink
scrips: Adds mock generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Mar 14, 2018
1 parent 6696763 commit 00b51b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/run-mock.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -euo pipefail

cd "$( dirname "${BASH_SOURCE[0]}" )/.."

mockgen -package evaluator -destination evaluator/hydra_sdk_mock.go github.com/ory/hydra/sdk/go/hydra SDK

0 comments on commit 00b51b7

Please sign in to comment.