comparison scripts/testfun/module.mk @ 16245:b1b01c69967e

build: Add __have_feature__.m script to list of Octave sources. * scripts/testfun/module.mk: Add __have_feature__.m script to list of scripts to distribute.
author Rik <rik@octave.org>
date Mon, 11 Mar 2013 09:03:56 -0700
parents 5b2126a8c84f
children
comparison
equal deleted inserted replaced
16244:b74c4e967f76 16245:b1b01c69967e
1 FCN_FILE_DIRS += testfun 1 FCN_FILE_DIRS += testfun
2 2
3 testfun_FCN_FILES = \ 3 testfun_FCN_FILES = \
4 testfun/__have_feature__.m \
4 testfun/__printf_assert__.m \ 5 testfun/__printf_assert__.m \
5 testfun/__prog_output_assert__.m \ 6 testfun/__prog_output_assert__.m \
6 testfun/__run_test_suite__.m \ 7 testfun/__run_test_suite__.m \
7 testfun/assert.m \ 8 testfun/assert.m \
8 testfun/demo.m \ 9 testfun/demo.m \