aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE_data/Makefile.src
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-11-18 21:43:42 +0100
committerSverker Eriksson <[email protected]>2016-11-23 15:55:49 +0100
commit3d5f679fdb59988369b198776d5e3930b594941a (patch)
tree9ade529071e80f366ba63440f6f14b0f84659e8e /erts/emulator/test/nif_SUITE_data/Makefile.src
parentec776506eac5342da3d45829fb67b669081f6439 (diff)
downloadotp-3d5f679fdb59988369b198776d5e3930b594941a.tar.gz
otp-3d5f679fdb59988369b198776d5e3930b594941a.tar.bz2
otp-3d5f679fdb59988369b198776d5e3930b594941a.zip
erts: Add testing of old nif API
Diffstat (limited to 'erts/emulator/test/nif_SUITE_data/Makefile.src')
-rw-r--r--erts/emulator/test/nif_SUITE_data/Makefile.src5
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/emulator/test/nif_SUITE_data/Makefile.src b/erts/emulator/test/nif_SUITE_data/Makefile.src
index fbb8978771..cbe843b120 100644
--- a/erts/emulator/test/nif_SUITE_data/Makefile.src
+++ b/erts/emulator/test/nif_SUITE_data/Makefile.src
@@ -2,7 +2,10 @@
NIF_LIBS = nif_SUITE.1@dll@ \
nif_mod.1@dll@ \
nif_mod.2@dll@ \
- nif_mod.3@dll@
+ nif_mod.3@dll@ \
+ nif_mod.1.2_4@dll@ \
+ nif_mod.2.2_4@dll@ \
+ nif_mod.3.2_4@dll@
all: $(NIF_LIBS) basic@dll@ rwlock@dll@ tsd@dll@ echo_drv@dll@