diff --git a/.build.yml b/.build.yml index 2652818..83e0669 100644 --- a/.build.yml +++ b/.build.yml @@ -11,6 +11,7 @@ steps: - make install - name: test commands: - - pwd - - env + - binary/aer tests/include_statements.aer + - cat tests/include_statements.exp + - find . - make tests