diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-29 04:56:47 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-29 04:56:47 +0000 |
| commit | 3b82b187057c109fff3dea623045bd7196e84609 (patch) | |
| tree | 356bde5bd004ac95c7beac705661a0178f109d20 /BuildTools/Scripts | |
| parent | Fixed Linux build errors (diff) | |
| download | DiligentCore-3b82b187057c109fff3dea623045bd7196e84609.tar.gz DiligentCore-3b82b187057c109fff3dea623045bd7196e84609.zip | |
travis: enabled DiligentCoreTest on Linux
Diffstat (limited to 'BuildTools/Scripts')
| -rwxr-xr-x | BuildTools/Scripts/travis/run_tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/BuildTools/Scripts/travis/run_tests.sh b/BuildTools/Scripts/travis/run_tests.sh index e0d469d3..7aa4030d 100755 --- a/BuildTools/Scripts/travis/run_tests.sh +++ b/BuildTools/Scripts/travis/run_tests.sh @@ -1,9 +1,10 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then - echo No tests for linux yet + $1/Tests/DiligentCoreTest/DiligentCoreTest || return fi if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$IOS" = "false" ]; then - $1/Tests/DiligentCoreTest/$CONFIG/DiligentCoreTest + $1/Tests/DiligentCoreTest/$CONFIG/DiligentCoreTest || return fi fi + |
