diff options
author | Sverker Eriksson <[email protected]> | 2012-01-25 20:49:55 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:04 +0100 |
commit | 605c7c1bafc72b0cc3a6ee6110abf8676b6b287f (patch) | |
tree | 57a132617528aa91b65a6518a93939ec4d3ec0ef /erts/emulator | |
parent | c7b1e15aede41dc2a3d3486dad172c88b7b4bd36 (diff) | |
download | otp-605c7c1bafc72b0cc3a6ee6110abf8676b6b287f.tar.gz otp-605c7c1bafc72b0cc3a6ee6110abf8676b6b287f.tar.bz2 otp-605c7c1bafc72b0cc3a6ee6110abf8676b6b287f.zip |
test: Force emulator/test/mtx_SUITE to rebuild NIF library
This will prevent test to fail when switching between opt and debug
emulator.
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/test/mtx_SUITE_data/Makefile.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/emulator/test/mtx_SUITE_data/Makefile.src b/erts/emulator/test/mtx_SUITE_data/Makefile.src index b6c843269c..37eb1daa72 100644 --- a/erts/emulator/test/mtx_SUITE_data/Makefile.src +++ b/erts/emulator/test/mtx_SUITE_data/Makefile.src @@ -27,4 +27,11 @@ LIBS = @ERTS_LIBS@ all: $(NIF_LIBS) +mtx_SUITE.c: force_rebuild + touch mtx_SUITE.c + +force_rebuild: + echo "Force rebuild to compensate for emulator type dependencies" + + @SHLIB_RULES@ |