Skip to content

Commit d795e35

Browse files
committed
Add ripple-libpp test binary + rippled libs
Move rippled libs into correct folder structure Add {AccountID, Book, BuildInfo} libraries Add {ByteOrder,Digest,ErrorCodes}{.cpp|.h} Add {Feature,HashPrefix,Indexes,Issue,Keylet} Add ripple/json library Add crypto/ libraries Add basics library Add remaining protocol libs Partial update of dependency locations Update CMakeLists.txt w/ include_directories Add CmakeLists.txt for src/ripple Rename file directories Add remaining files and commit working build Add lib tests Add tests + package executable [FOLD] Get one test suite working Re-structure tests [WIP] Add non-working tests Add remaining tests + add (non-working) protobuf Remove extraneous files + update CMakeLists.txt Test push Simplify CMake so protocol tests pass Remove extraneous tests Add command line parsing for ripple-libpp binary Remove extraneous tests Run unit tests in CI Add option for no params Remove old files + start rippled removal Remove rippled entirely from CMake Remove soci/impl Entirely remove rippled Move rippled dependencies into ripple-libpp Add lib tests Add tests + package executable [FOLD] Get one test suite working Re-structure tests [WIP] Add non-working tests Add remaining tests + add (non-working) protobuf Remove extraneous files + update CMakeLists.txt Test push Simplify CMake so protocol tests pass Remove extraneous tests Add command line parsing for ripple-libpp binary Remove extraneous tests Run unit tests in CI Add option for no params Remove old files + start rippled removal Remove rippled entirely from CMake Remove soci/impl Entirely remove rippled Add (non-working) secp256k1 Attempt library link [WIP] Glob for *.c files Fix ripplelibpp target [FOLD] Add Travis install scripts
1 parent aaa1e36 commit d795e35

1,320 files changed

Lines changed: 526028 additions & 33 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ matrix:
4040
- APP=ripplelibppdemo
4141
- BUILD=cmake
4242

43+
- compiler: gcc
44+
env:
45+
- GCC_VER=5
46+
- TARGET=coverage
47+
- PATH=$PWD/cmake/bin:$PATH
48+
- APP=ripplelibpptest
49+
- BUILD=cmake
50+
4351
# - compiler: clang
4452
# env:
4553
# - GCC_VER=5
@@ -56,10 +64,10 @@ cache:
5664
- cmake
5765

5866
before_install:
59-
- ( cd extras/rippled && bin/ci/ubuntu/install-dependencies.sh ../.. )
67+
- ( ./bin/ci/ubuntu/install-dependencies.sh . )
6068

6169
script:
62-
- extras/rippled/bin/ci/ubuntu/build-and-test.sh
70+
- bin/ci/ubuntu/build-and-test.sh
6371

6472
notifications:
6573
email:

0 commit comments

Comments
 (0)