diff options
author | Lukas Larsson <[email protected]> | 2019-04-10 16:16:53 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-04-18 14:28:03 +0200 |
commit | 98db432aded24570a185b54217510a02daa0903d (patch) | |
tree | 0c0ae8a5e0aebde94648f16e775c12d75dc9fa9a /lib/tools/test/Makefile | |
parent | 5411760ba2f7d8b2f5e2c1cec232ade88934b309 (diff) | |
download | otp-98db432aded24570a185b54217510a02daa0903d.tar.gz otp-98db432aded24570a185b54217510a02daa0903d.tar.bz2 otp-98db432aded24570a185b54217510a02daa0903d.zip |
tools: Add overhead benchmark
Diffstat (limited to 'lib/tools/test/Makefile')
-rw-r--r-- | lib/tools/test/Makefile | 3 |
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 # ---------------------------------------------------- |