Skip to content

Commit

Permalink
README.md: update testing instructions wrt. libpythonlang/liblktlang
Browse files Browse the repository at this point in the history
For GitHub issue AdaCore#610
  • Loading branch information
pmderodat committed Dec 6, 2021
1 parent 8717856 commit 1ab87d0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,16 @@ Testing

Unlike the rest of Langkit, the testsuite framework requires Python 3.8 or
later versions. Make sure the `langkit` package is available from the Python
interpreter (see Install). Then, in order to run the testsuite, launch the
following command from the top-level directory:
interpreter (see Install), then build the Libpythonlang/Liblktlang projects:

$ python manage.py make

You can then make them available to the environment:

$ eval `python manage.py setenv`

Finally, in order to run the testsuite, launch the following command from the
top-level directory:

$ python manage.py test

Expand Down

0 comments on commit 1ab87d0

Please sign in to comment.