Skip to content

Commit

Permalink
Merge pull request #73 from certik/docs2
Browse files Browse the repository at this point in the history
Add exact instructions how to run tests
  • Loading branch information
certik authored Jan 24, 2024
2 parents 55bb448 + 31c38d2 commit 7deef14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ LC is the C and C++ frontend to LCompilers.
lc --ast-dump examples/expr2.c
lc --asr-dump examples/expr2.c
lc --show-llvm examples/expr2.c

# Tests

To run tests, do:

CPATH=$CONDA_PREFIX/include ./run_tests.py
cd integration_tests
CPATH=$CONDA_PREFIX/include ./run_tests.py

0 comments on commit 7deef14

Please sign in to comment.