Skip to content

Commit

Permalink
Fix test runner script
Browse files Browse the repository at this point in the history
New directory structure bit me in the ass as I forgot to update the test
runner script.
  • Loading branch information
RauliL committed Aug 1, 2018
1 parent 411d727 commit 5d3abe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -ev

mkdir -p build
cd build
env CXXFLAGS="-Wall -Werror" cmake ..
cmake ..
make
for file in ../tests/test-*.plorth
do
echo $file
./plorth/plorth $file
./cli/plorth $file
done

0 comments on commit 5d3abe5

Please sign in to comment.