diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-03-18 19:40:35 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-06 17:23:57 +0200 |
commit | 9e3dd3743153e79583c876809af8e16ab582f185 (patch) | |
tree | e5b71f256db43a09de452a14f117010a87c72487 /erts/emulator/test/Makefile | |
parent | 84f2e9b3b1bb3990a7bea7b9d45768ee1a820804 (diff) | |
download | otp-9e3dd3743153e79583c876809af8e16ab582f185.tar.gz otp-9e3dd3743153e79583c876809af8e16ab582f185.tar.bz2 otp-9e3dd3743153e79583c876809af8e16ab582f185.zip |
Add lttng testcases
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 318db4b45e..0f716c11a1 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -70,6 +70,7 @@ MODULES= \ hash_SUITE \ hibernate_SUITE \ list_bif_SUITE \ + lttng_SUITE \ map_SUITE \ match_spec_SUITE \ module_info_SUITE \ |