Skip to content
Snippets Groups Projects
Commit c640558e authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Re-enabled all tests.

parent b39d28bb
No related branches found
No related tags found
1 merge request!3ENH: Full functionality
Pipeline #12954 failed
......@@ -19,8 +19,8 @@
pkg load caosdb;
all_tests = true;
% all_tests &= moxunit_runtests("-verbose", "test_query_retrieve.m");
% all_tests &= moxunit_runtests("-verbose", "test_transaction.m");
all_tests &= moxunit_runtests("-verbose", "test_query_retrieve.m");
all_tests &= moxunit_runtests("-verbose", "test_transaction.m");
all_tests &= moxunit_runtests("-verbose", "test_files.m");
if not(all_tests)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment