diff options
author | Lukas Larsson <[email protected]> | 2012-05-08 17:30:35 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-07-19 15:48:58 +0200 |
commit | cafb807d97348b5a2a39bb588cba8d1897f8399f (patch) | |
tree | 4bec26dd69db12fe1569414eda318823c7083e8b /erts/emulator/test/Makefile | |
parent | 671b2bd68fad4f793e485051329438a9e084db0a (diff) | |
download | otp-cafb807d97348b5a2a39bb588cba8d1897f8399f.tar.gz otp-cafb807d97348b5a2a39bb588cba8d1897f8399f.tar.bz2 otp-cafb807d97348b5a2a39bb588cba8d1897f8399f.zip |
Add estone benchmarks to ts benchmark framework
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 627aa01bbf..506df251e8 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -138,10 +138,7 @@ TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR)) EMAKEFILE=Emakefile -TEST_SPEC_FILES = emulator.spec \ - emulator.spec.win \ - emulator.spec.vxworks \ - emulator.spec.ose +TEST_SPEC_FILES = emulator.spec emulator_bench.spec # ---------------------------------------------------- # Release directory specification # ---------------------------------------------------- |