Skip to content

Instantly share code, notes, and snippets.

@leto
Created December 10, 2010 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/735786 to your computer and use it in GitHub Desktop.
Save leto/735786 to your computer and use it in GitHub Desktop.
"make test" on lorito
$ make test
perl lasm.pl < t/00_sanity.t > t/00_sanity.ito
Could not parse lasm file
At line: 0
Error near:
end; [ ]sub 'block
perl lasm.pl < t/20_lookup.t > t/20_lookup.ito
perl lasm.pl < t/90_fib.t > t/90_fib.ito
prove --exec ./lorito t/00_sanity.ito
t/00_sanity.ito .. No entry point found
t/00_sanity.ito .. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Test Summary Report
-------------------
t/00_sanity.ito (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.04 CPU)
Result: FAIL
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment