#!/usr/bin/octave --silent # # You'll need to use the .octaverc in this directory to get the proper # paths. # addpath('./unit_test'); unit_init(1, {}); test_files = glob('tests/*.m'); ## Source every file that matches the glob above. cellfun(@source, test_files);