aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/plt_tests_SUITE.erl
diff options
context:
space:
mode:
authorStavros Aronis <[email protected]>2011-04-02 17:36:08 +0300
committerHenrik Nord <[email protected]>2011-05-04 15:06:14 +0200
commitbc619f0cbf9555df6dfc44a499f0cd9cee8bd1be (patch)
tree82f6b1da6e97603c3a8354a6ed78dd889a1281fc /lib/dialyzer/test/plt_tests_SUITE.erl
parent4dd5d2a84e62ee53ead077c0075b3338a827280b (diff)
downloadotp-bc619f0cbf9555df6dfc44a499f0cd9cee8bd1be.tar.gz
otp-bc619f0cbf9555df6dfc44a499f0cd9cee8bd1be.tar.bz2
otp-bc619f0cbf9555df6dfc44a499f0cd9cee8bd1be.zip
Simplify Dialyzer's test suite structure
*_SUITE.erl files are now automatically generated by the respective data directories by the Makefile.
Diffstat (limited to 'lib/dialyzer/test/plt_tests_SUITE.erl')
-rw-r--r--lib/dialyzer/test/plt_tests_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/plt_tests_SUITE.erl b/lib/dialyzer/test/plt_tests_SUITE.erl
index bf45020340..d5881dc3aa 100644
--- a/lib/dialyzer/test/plt_tests_SUITE.erl
+++ b/lib/dialyzer/test/plt_tests_SUITE.erl
@@ -3,7 +3,7 @@
-module(plt_tests_SUITE).
--include("ct.hrl").
+-include_lib("common_test/include/ct.hrl").
-include("dialyzer_test_constants.hrl").
-export([suite/0, all/0, build_plt/1]).