mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
test report file
-fix test report file path
This commit is contained in:
parent
04d29e04de
commit
3ba845cd6f
4 changed files with 5 additions and 4 deletions
2
.github/workflows/build-linux-gcc.yml
vendored
2
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -91,5 +91,5 @@ jobs:
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: JEST Tests
|
name: JEST Tests
|
||||||
path: test_detail.xml
|
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||||
reporter: jest-junit
|
reporter: jest-junit
|
||||||
4
.github/workflows/build-macos-clang.yml
vendored
4
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo github.event.action: ${{ github.event.action }}
|
echo github.event.action: ${{ github.event.action }}
|
||||||
echo github.event_name: ${{ github.event_name }}
|
echo github.event_name: ${{ github.event_name }}
|
||||||
|
|
||||||
- name: Setup GCC problem matcher
|
- name: Setup GCC problem matcher
|
||||||
uses: ammaraskar/gcc-problem-matcher@master
|
uses: ammaraskar/gcc-problem-matcher@master
|
||||||
|
|
||||||
|
|
@ -72,5 +72,5 @@ jobs:
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: JEST Tests
|
name: JEST Tests
|
||||||
path: test_detail.xml
|
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||||
reporter: jest-junit
|
reporter: jest-junit
|
||||||
2
.github/workflows/build-windows-msvc.yml
vendored
2
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -68,5 +68,5 @@ jobs:
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: JEST Tests
|
name: JEST Tests
|
||||||
path: test_detail.xml
|
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||||
reporter: jest-junit
|
reporter: jest-junit
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
#include "windowManager/sdl/sdlWindowMgr.h"
|
#include "windowManager/sdl/sdlWindowMgr.h"
|
||||||
#include "core/util/tVector.h"
|
#include "core/util/tVector.h"
|
||||||
|
|
||||||
|
#include <SDL.h>
|
||||||
|
|
||||||
using ::testing::Matcher;
|
using ::testing::Matcher;
|
||||||
using ::testing::TypedEq;
|
using ::testing::TypedEq;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue