diff libinterp/module.mk @ 20408:3c70050faa1e

Fix install paths of fixed and generated test files * libinterp/module.mk (libinterptestsdir): Delete redundant libinterp. * liboctave/module.mk (liboctavetestsdir): Delete redundant liboctave. * test/module.mk (TEST_INST_FILES): New variable renamed from $(nobase_fixedtests_DATA). (install-data-local, uninstall-local, install-test-files, install-test-files): New custom targets to install fixed test files to correct path.
author Mike Miller <mtmiller@octave.org>
date Wed, 22 Jul 2015 01:01:03 -0400
parents 9b44691a3520
children 0fbe2e28ea84
line wrap: on
line diff
--- a/libinterp/module.mk	Tue Jul 21 12:42:05 2015 -0700
+++ b/libinterp/module.mk	Wed Jul 22 01:01:03 2015 -0400
@@ -236,7 +236,7 @@
 
 LIBINTERP_TST_FILES := $(addsuffix -tst,$(LIBINTERP_TST_FILES_SRC))
 
-libinterptestsdir := $(octtestsdir)/libinterp
+libinterptestsdir := $(octtestsdir)
 
 nobase_libinterptests_DATA = $(LIBINTERP_TST_FILES)