Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Load our test-cases via lumail2.
Browse files Browse the repository at this point in the history
This means we can access our integrated objects & API.
  • Loading branch information
skx committed Jan 12, 2017
1 parent bd0e31b commit 675ecfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ test: lumail2
#
# Run our lua test-cases
#
test-lua:
for i in t/test*.lua; do ${LVER} $$i -v ; done
test-lua: lumail2
for i in t/test*.lua; do ./lumail2 --no-default --load-file $$i --no-curses ; done


#
Expand Down

0 comments on commit 675ecfd

Please sign in to comment.