#!/usr/bin/octave --silent addpath('./unit_test'); unit_init(1, {}); test_files = glob('tests/*.m'); ## Source every file that matches the glob above. cellfun(@source, test_files);