Commit 58e98d13 by Peter Baratta

Make Jenkins test the calc module

parent a746a9ad
...@@ -77,6 +77,7 @@ rake test_cms || TESTS_FAILED=1 ...@@ -77,6 +77,7 @@ rake test_cms || TESTS_FAILED=1
rake test_lms || TESTS_FAILED=1 rake test_lms || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1
rake test_common/lib/calc || TESTS_FAILED=1
# Run the javascript unit tests # Run the javascript unit tests
rake phantomjs_jasmine_lms || TESTS_FAILED=1 rake phantomjs_jasmine_lms || TESTS_FAILED=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment