Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop

This commit is contained in:
obscuren
2015-03-17 12:02:50 +01:00
121 changed files with 12765 additions and 1027 deletions

View File

@ -43,4 +43,4 @@ RUN mkdir -p cpp-ethereum/build
RUN cd cpp-ethereum/build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DVMTRACE=1 -DPARANOIA=1 -DEVMJIT=1 && make -j $(cat /proc/cpuinfo | grep processor | wc -l) && make install
RUN ldconfig
ENTRYPOINT ["/cpp-ethereum/build/test/checkRandomTest"]
ENTRYPOINT ["/cpp-ethereum/build/test/checkRandomStateTest"]