-
Notifications
You must be signed in to change notification settings - Fork 143
Google tests framework for UnitTests #1277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
fe3cedb
Google tests framework for UnitTesting
CedricGuillemet 81ce56a
includes, android tests
CedricGuillemet 7de3ebd
test exit code
CedricGuillemet d84daee
npm android
CedricGuillemet 4232bfa
bgfx noop
CedricGuillemet f21cba0
console callback, missing .js for android
CedricGuillemet df3cea0
removed comment
CedricGuillemet 6e3fa54
android logging
CedricGuillemet 486157e
close stdout
CedricGuillemet 3a77d0c
flush stdout
CedricGuillemet d77202c
close pipes
CedricGuillemet 95d2796
yet another log attachment
CedricGuillemet 0524d5a
logger...
CedricGuillemet 4b391b1
no stop
CedricGuillemet ad3f645
no thread
CedricGuillemet ad98680
pfd
CedricGuillemet 58d3998
pfd
CedricGuillemet b173c0c
vbuf
CedricGuillemet cc619b9
vbuf
CedricGuillemet 448f03d
descriptors
CedricGuillemet f1b5fd8
log
CedricGuillemet 5deff08
timeout
CedricGuillemet 7ff626d
nop
CedricGuillemet 2582c4c
disable android tests for now
CedricGuillemet c75c6bb
life cycle test
CedricGuillemet 914361e
inspector test
CedricGuillemet 44d9e31
disable android tests
CedricGuillemet e7bd7a1
JS test
CedricGuillemet 16cd56d
disable lifecycle test
CedricGuillemet 419c0cd
fix capture
CedricGuillemet ebac593
disable js scripts
CedricGuillemet 7899764
revert
CedricGuillemet 2f8c471
revert jobs
CedricGuillemet 3b1c556
nop
CedricGuillemet c6ca460
Update Apps/UnitTests/Android/app/src/main/res/values/strings.xml
CedricGuillemet c1fc566
Update Apps/UnitTests/Shared/Tests.h
CedricGuillemet bd28c7c
PR feedback and testing with v8inspector crash fix
CedricGuillemet b4e0895
Merge branch 'master' of https://github.com/BabylonJS/BabylonNative i…
CedricGuillemet f0f452c
up jsr
CedricGuillemet 3a256df
absolute path
CedricGuillemet 271921a
hash
CedricGuillemet 4f274ad
up jsr
CedricGuillemet 51051c1
hash
CedricGuillemet 23ad135
Update Apps/UnitTests/Android/app/src/main/cpp/CMakeLists.txt
CedricGuillemet 8f8a40f
disable CPP LifeCycle tests for now
CedricGuillemet 4e75cff
Merge branch 'master' of https://github.com/babylonJS/BabylonNative i…
CedricGuillemet 8a9e804
JSR host
CedricGuillemet af277d9
bgfx render type
CedricGuillemet 9abf136
render type
CedricGuillemet d295d55
Disable Android Tests
CedricGuillemet 6a3a64b
Update Apps/UnitTests/Android/app/src/main/cpp/JNI.cpp
CedricGuillemet 57bc2a2
Update Apps/UnitTests/Android/app/src/main/cpp/JNI.cpp
CedricGuillemet db9eaba
Update Apps/UnitTests/Android/app/src/main/cpp/JNI.cpp
CedricGuillemet 31d9c10
Update Apps/UnitTests/Android/app/src/main/cpp/JNI.cpp
CedricGuillemet f565e61
Update Apps/UnitTests/Android/app/src/main/cpp/JNI.cpp
CedricGuillemet 6595193
Update Core/Graphics/Source/DeviceImpl.h
CedricGuillemet 99aef2e
gtest_force_shared_crt infos
CedricGuillemet 8538d9c
win32 check for gtest
CedricGuillemet 4546452
better win32 check
CedricGuillemet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<resources> | ||
<string name="app_name">JsRuntimeHost UnitTests</string> | ||
<string name="app_name">BabylonNative UnitTests</string> | ||
</resources> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.