Skip to content

Commit

Permalink
remove faulty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Sep 30, 2023
1 parent 2c8b9d6 commit 6a768f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 40 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- master

name: Sandbox
name: Test Lingo
jobs:
check:
name: Sandbox
setup:
name: Setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -42,10 +42,20 @@ jobs:
curl -Ls https://install.lf-lang.org | bash -s cli
export PATH="$HOME/.local/bin:$PATH"
shell: bash

cpp:
name: CPP-Tests
runs-on: ubuntu-latest
needs: setup

steps:
- name: Run CPP Tests
run: |
# copying Lingo.toml
cp test/Lingo-Cpp.toml ./lf-test/test/Lingo.toml
cd ./lf-test/test/Cpp
../../../target/release/lingo build
shell: bash

36 changes: 0 additions & 36 deletions test/Lingo-Cpp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,6 @@ main_reactor = "Cpp/src/ArrayScale.lf"

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
main_reactor = "Cpp/src/Banking.lf"

[app.dependencies]

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
main_reactor = "Cpp/src/BenchmarkRunner.lf"

[app.dependencies]

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
Expand Down Expand Up @@ -179,15 +161,6 @@ main_reactor = "Cpp/src/CompositionGain.lf"

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
main_reactor = "Cpp/src/ConnectionMerging.lf"

[app.dependencies]

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
Expand Down Expand Up @@ -1106,15 +1079,6 @@ main_reactor = "Cpp/src/enclave/EnclaveCycle.lf"

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
main_reactor = "Cpp/src/enclave/EnclaveCycle2lf"

[app.dependencies]

[app.properties]

[[app]]
target = "Cpp"
platform = "Native"
Expand Down

0 comments on commit 6a768f3

Please sign in to comment.