Skip to content

Instantly share code, notes, and snippets.

@seancribbs
Created May 18, 2009 01:01
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 seancribbs/113252 to your computer and use it in GitHub Desktop.
Save seancribbs/113252 to your computer and use it in GitHub Desktop.
rm -f src/herml_scan.erl
rm -f src/herml_parse.erl
rm -f ebin/*
rm -f ebin_tests/*
erl -noshell -s init stop -eval 'leex:file("src/herml_scan.xrl", [{outdir, "src"}])'
erl -noshell -s init stop -eval 'yecc:file("src/herml_parse.yrl")'
cp src/herml.app ebin
cd src;erl -make
Recompile: herml_scan
Recompile: herml_reader
Recompile: herml_parser
Recompile: herml_parse
Recompile: herml_manager
Recompile: herml_htmlizer
Recompile: herml
cd tests;erl -make
Recompile: test_suite
Recompile: test_herml_scan
Recompile: test_herml_reader
Recompile: test_herml_parser
Recompile: test_herml_parse
Recompile: test_herml_manager
Recompile: test_herml_htmlizer
Recompile: test_herml
erl -pz ebin -pz ebin_tests -b start_sasl -noshell -s init stop -eval 'test_suite:test().'
test_herml_htmlizer: sub_template_test_...*skipped*
undefined
*unexpected termination of test process*
::shutdown
=======================================================
Failed: 0. Skipped: 0. Passed: 113.
One or more tests were cancelled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment