aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ct.mk
diff options
context:
space:
mode:
authorAlexander Færøy <[email protected]>2014-10-15 21:27:26 +0200
committerAlexander Færøy <[email protected]>2014-10-15 21:27:26 +0200
commitebb1d234f624a7898f9f90015261745c80e34c7e (patch)
tree2f6ea9cd059bbd1117d4e0acc32019473cb0de64 /plugins/ct.mk
parent17d7d5248bebab195d64ece04f6aa25563534a5d (diff)
downloaderlang.mk-ebb1d234f624a7898f9f90015261745c80e34c7e.tar.gz
erlang.mk-ebb1d234f624a7898f9f90015261745c80e34c7e.tar.bz2
erlang.mk-ebb1d234f624a7898f9f90015261745c80e34c7e.zip
Add -I include/ to build-ct-suites target
Diffstat (limited to 'plugins/ct.mk')
-rw-r--r--plugins/ct.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ct.mk b/plugins/ct.mk
index a2e64ef..4453b70 100644
--- a/plugins/ct.mk
+++ b/plugins/ct.mk
@@ -45,7 +45,7 @@ build-ct-deps: $(ALL_TEST_DEPS_DIRS)
@for dep in $(ALL_TEST_DEPS_DIRS) ; do $(MAKE) -C $$dep; done
build-ct-suites: build-ct-deps
- $(gen_verbose) erlc -v $(TEST_ERLC_OPTS) -o test/ \
+ $(gen_verbose) erlc -v $(TEST_ERLC_OPTS) -I include/ -o test/ \
$(wildcard test/*.erl test/*/*.erl) -pa ebin/
tests-ct: ERLC_OPTS = $(TEST_ERLC_OPTS)