Make Jenkins test the calc module

This commit is contained in:
Peter Baratta
2013-06-10 11:34:59 -04:00
parent a746a9ad15
commit 58e98d13cc

View File

@@ -77,6 +77,7 @@ rake test_cms || TESTS_FAILED=1
rake test_lms || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1
rake test_common/lib/calc || TESTS_FAILED=1
# Run the javascript unit tests
rake phantomjs_jasmine_lms || TESTS_FAILED=1