Skip to content

Commit

Permalink
Introduce the app_eqc target.
Browse files Browse the repository at this point in the history
This target builds with -DEQC_TESTING, so we can mock time.
  • Loading branch information
jlouis committed Mar 28, 2014
1 parent 6613a9a commit b37ae45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
PROJECT = fuse

app_eqc: ERLC_OPTS += -DEQC_TESTING
app_eqc: app

# Options.
CT_SUITES = fuse
CT_OPTS = -cover cover.spec
Expand Down

0 comments on commit b37ae45

Please sign in to comment.