view test/publish/module.mk @ 31640:e518e1f7e944

Backed out changeset 34c3cd39c4b9 Revert change because there is code that uses gui_pref.ignore, but only on MAC_OS: global_use_native_dialogs in gui-preferences-global.h. Are there others?
author John W. Eaton <jwe@octave.org>
date Mon, 05 Dec 2022 10:17:17 -0500
parents 8308417aff1c
children
line wrap: on
line source

publish_TEST_FILES = \
  %reldir%/publish.tst \
  %reldir%/test_script.m \
  %reldir%/test_script_code_only.m \
  %reldir%/test_script_empty.m \
  %reldir%/test_script_example.m \
  %reldir%/test_script_head_only.m

TEST_FILES += $(publish_TEST_FILES)