File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : |
5353 export PYTHON=python
5454 export PYTHONPATH=src
55- SOM_INTERP=AST pytest
56- SOM_INTERP=BC pytest
55+ SOM_INTERP=AST pytest tests
56+ SOM_INTERP=BC pytest tests
5757 SOM_INTERP=AST ./som.sh -cp Smalltalk TestSuite/TestHarness.som
5858 SOM_INTERP=BC ./som.sh -cp Smalltalk TestSuite/TestHarness.som
5959 echo "[system exit: 0] value" | SOM_INTERP=AST ./som.sh -cp Smalltalk
6363 if : matrix.id != 'basic'
6464 run : |
6565 export SOM_INTERP=${{ matrix.interp }}
66- PYTHONPATH=$PYTHONPATH:.pypy:src pytest
66+ PYTHONPATH=$PYTHONPATH:.pypy:src pytest tests
6767 PYTHONPATH=$PYTHONPATH:.pypy ./som.sh -cp Smalltalk TestSuite/TestHarness.som
6868 PYTHONPATH=$PYTHONPATH:.pypy .pypy/rpython/bin/rpython --batch src/main_rpython.py
6969 ./som-${{ matrix.id }}-interp -cp Smalltalk TestSuite/TestHarness.som
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ build-and-test-interpreters:
5656 - (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
5757
5858 # Unit Tests
59- - PYTHONPATH=src python3 -m pytest
59+ - PYTHONPATH=src python3 -m pytest tests
6060 - ./som.sh -cp Smalltalk TestSuite/TestHarness.som
6161
6262 # Interpreter
@@ -67,7 +67,7 @@ build-and-test-interpreters:
6767 - export SOM_INTERP=AST
6868
6969 # Unit Tests
70- - PYTHONPATH=src python3 -m pytest
70+ - PYTHONPATH=src python3 -m pytest tests
7171 - ./som.sh -cp Smalltalk TestSuite/TestHarness.som
7272
7373 # Interpreter
You can’t perform that action at this time.
0 commit comments