aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/Makefile.src
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2013-05-22 21:00:39 +0200
committerRickard Green <[email protected]>2013-06-04 01:24:31 +0200
commit6aa140d2e9c0a810e057a140a3fdc252acf658d1 (patch)
tree5196d6fca603a8d5b091dcfca591b33ae8da6806 /erts/emulator/test/alloc_SUITE_data/Makefile.src
parent28cb303209de159936f7ae997f222fcc875bd855 (diff)
downloadotp-6aa140d2e9c0a810e057a140a3fdc252acf658d1.tar.gz
otp-6aa140d2e9c0a810e057a140a3fdc252acf658d1.tar.bz2
otp-6aa140d2e9c0a810e057a140a3fdc252acf658d1.zip
erts: Implement test case for carrier pool
Diffstat (limited to 'erts/emulator/test/alloc_SUITE_data/Makefile.src')
-rw-r--r--erts/emulator/test/alloc_SUITE_data/Makefile.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/test/alloc_SUITE_data/Makefile.src b/erts/emulator/test/alloc_SUITE_data/Makefile.src
index 035415d73e..1d4286e671 100644
--- a/erts/emulator/test/alloc_SUITE_data/Makefile.src
+++ b/erts/emulator/test/alloc_SUITE_data/Makefile.src
@@ -23,7 +23,8 @@ TEST_DRVS = basic@dll@ \
bucket_index@dll@ \
bucket_mask@dll@ \
rbtree@dll@ \
- mseg_clear_cache@dll@
+ mseg_clear_cache@dll@ \
+ cpool@dll@
CC = @CC@
LD = @LD@