view test/load-path/module.mk @ 33608:5fba13104493 bytecode-interpreter tip

maint: merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Sat, 18 May 2024 22:40:00 -0400
parents ffdc96aaf03f
children
line wrap: on
line source

load_path_TEST_FILES = \
    %reldir%/refresh-load-path.tst \
    %reldir%/in-load-path/load_path_fcn.m \
    %reldir%/not-in-load-path/load_path_fcn.m

TEST_FILES += $(load_path_TEST_FILES)