Skip to content
Snippets Groups Projects
Commit 079bac69 authored by Millian Poquet's avatar Millian Poquet
Browse files

ci: integration test

parent bd5b6bdf
No related branches found
No related tags found
No related merge requests found
...@@ -25,3 +25,8 @@ debian: ...@@ -25,3 +25,8 @@ debian:
# Run unit tests (simgrid simulator, c++) # Run unit tests (simgrid simulator, c++)
- (cd simgrid-simulator && meson test -C build) - (cd simgrid-simulator && meson test -C build)
# Run integration tests (manual, simgrid simulator VS c++ client)
- simulator simgrid-simulator/platforms/small_platform.xml 1>simulator.out 2>simulator.err &
- client-cpp 1>client-cpp.out 2>client-cpp.err &
- wait $!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment