aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/Makefile
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-04-18 14:28:29 +0200
committerLukas Larsson <[email protected]>2019-04-18 14:28:29 +0200
commitd0d4f2be1ebfe8293a627531b65819e85482c1d9 (patch)
tree0e8bada3e0022db00fe0d566b2850f9751129f85 /lib/tools/test/Makefile
parent659ed4c005bb8c943c217d52383c219c0998aafa (diff)
parentcf92a1285fb7f1ea6e8c883f02ca146b5b1ab455 (diff)
downloadotp-d0d4f2be1ebfe8293a627531b65819e85482c1d9.tar.gz
otp-d0d4f2be1ebfe8293a627531b65819e85482c1d9.tar.bz2
otp-d0d4f2be1ebfe8293a627531b65819e85482c1d9.zip
Merge branch 'lukas/tools/overhead_benchmark'
* lukas/tools/overhead_benchmark: etp: Fix free de processes check tools: Add overhead benchmark
Diffstat (limited to 'lib/tools/test/Makefile')
-rw-r--r--lib/tools/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tools/test/Makefile b/lib/tools/test/Makefile
index 2b7b17afb3..7a0a941ccc 100644
--- a/lib/tools/test/Makefile
+++ b/lib/tools/test/Makefile
@@ -32,6 +32,7 @@ MODULES = \
make_SUITE \
tools_SUITE \
xref_SUITE \
+ prof_bench_SUITE \
ignore_cores
ERL_FILES= $(MODULES:%=%.erl)
@@ -41,7 +42,7 @@ INSTALL_PROGS= $(TARGET_FILES)
EMAKEFILE=Emakefile
-SPEC_FILES= tools.spec
+SPEC_FILES= tools.spec tools_bench.spec
COVER_FILE = tools.cover
# ----------------------------------------------------