Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 31, 2024
1 parent ed7c37c commit 323893f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 286 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ jobs:
echo Running it-test-rabbitmq
./build/linux-x64/rabbitmq-fmu/it-test-rabbitmq
#- name: Upload artifact macos
# if: matrix.os == 'macos-latest'
# uses: actions/upload-artifact@v2
# with:
# name: rabbitmq.dylib
# path: build/darwin-x64/rabbitmq-fmu/rabbitmq.dylib
- name: Upload artifact macos
if: matrix.os == 'macos-latest'
uses: actions/upload-artifact@v4
with:
name: rabbitmq.dylib
path: build/darwin-x64/rabbitmq-fmu/rabbitmq.dylib

- name: Upload artifact linux
if: matrix.os == 'ubuntu-22.04'
Expand Down Expand Up @@ -287,11 +287,11 @@ jobs:
name: rabbitmq.so
path: rabbitmq/binaries/linux64/

#- name: Download dylib
# uses: actions/download-artifact@v2
# with:
# name: rabbitmq.dylib
# path: rabbitmq/binaries/darwin64/
- name: Download dylib
uses: actions/download-artifact@v4
with:
name: rabbitmq.dylib
path: rabbitmq/binaries/darwin64/

- name: Download model description file
uses: actions/download-artifact@v4
Expand Down
274 changes: 0 additions & 274 deletions .github/workflows/loadLibraryTest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion rabbitmq-fmu/test/fmu_test_it.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ namespace {
}

TEST(FmuSendTest, EnableSend){
GTEST_SKIP();
//GTEST_SKIP();
cout << " Simulation test for FMI " << fmi2GetVersion() << endl;


Expand Down

0 comments on commit 323893f

Please sign in to comment.