diff options
author | Rickard Green <[email protected]> | 2017-03-24 11:42:18 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-24 11:51:35 +0100 |
commit | 5f4324e9d9a3bd99cd06f622cb3c9c50783764ac (patch) | |
tree | de5277cb7dfb84fefa6fd8eb122b13ae8b8620db /erts/emulator | |
parent | 513a14e3f8225aa35ced7c0a1753d287bae1b707 (diff) | |
download | otp-5f4324e9d9a3bd99cd06f622cb3c9c50783764ac.tar.gz otp-5f4324e9d9a3bd99cd06f622cb3c9c50783764ac.tar.bz2 otp-5f4324e9d9a3bd99cd06f622cb3c9c50783764ac.zip |
Add node_container_SUITE spec
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/test/Makefile | 3 | ||||
-rw-r--r-- | erts/emulator/test/emulator_node_container_SUITE.spec | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 5478932b13..186f9fef8d 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -157,7 +157,8 @@ EMAKEFILE=Emakefile TEST_SPEC_FILES= emulator.spec \ emulator.spec.win \ emulator_bench.spec \ - emulator_smoke.spec + emulator_smoke.spec \ + emulator_node_container_SUITE.spec # ---------------------------------------------------- # Release directory specification diff --git a/erts/emulator/test/emulator_node_container_SUITE.spec b/erts/emulator/test/emulator_node_container_SUITE.spec new file mode 100644 index 0000000000..77c28ba7ae --- /dev/null +++ b/erts/emulator/test/emulator_node_container_SUITE.spec @@ -0,0 +1,2 @@ +{enable_builtin_hooks, false}. +{suites,"../emulator_test",node_container_SUITE}. |