Skip to content

Commit a083e44

Browse files
committed
wip windows ci / cpp tests
Signed-off-by: Damien Jeandemange <[email protected]>
1 parent f3e2032 commit a083e44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci_windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
- name: Build
5959
run: cmake --build %GITHUB_WORKSPACE%\metrix-simulator\build-windows --target install --parallel 2 --config Release
6060

61-
# - name: Tests
62-
# run: cd %GITHUB_WORKSPACE%\metrix-simulator\build-windows && ctest -j8 --output-on-failure -C Release
61+
- name: Tests
62+
run: cd %GITHUB_WORKSPACE%\metrix-simulator\build-windows && ctest -j8 --output-on-failure -C Release

Diff for: metrix-simulator/tests/variantes_regroupees/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ set(TEST_DIR ${MAIN_TEST_DIR}/${TEST_DIR_NAME})
1515
set(EXPECTED_TEST_DIR ${MAIN_TEST_DIR}_reference/${TEST_DIR_NAME})
1616

1717
if(METRIX_RUN_ALL_TESTS)
18-
metrix_test("variantes_regroupees_complexe" 11) # no check here because of random and equivalent solutions
18+
metrix_test_no_check("variantes_regroupees_complexe" 11) # no check here because of random and equivalent solutions
1919
endif()
2020
metrix_test("variantes_regroupees_simple" 8)

0 commit comments

Comments
 (0)