]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* config_flags_pm.com, [RENAMED test_make.com] run_make_tests.com:
authorHartmut Becker <becker.ismaning@freenet.de>
Mon, 18 Aug 2014 21:39:44 +0000 (23:39 +0200)
committerPaul Smith <psmith@gnu.org>
Sun, 7 Sep 2014 21:30:37 +0000 (17:30 -0400)
Moved into tests directory.

tests/config_flags_pm.com [moved from config_flags_pm.com with 94% similarity]
tests/run_make_tests.com [moved from test_make.com with 97% similarity]

similarity index 94%
rename from config_flags_pm.com
rename to tests/config_flags_pm.com
index 75e0da9d1c1f79837df7b46eb4e09bba88b2f5e6..3f5adffe4876049d6898724630eeb2eb55bc529b 100755 (executable)
@@ -20,9 +20,9 @@ $! You should have received a copy of the GNU General Public License along with
 $! this program.  If not, see <http://www.gnu.org/licenses/>.
 $!
 $!
-$ open/read cfpm_in [.tests]config-flags.pm.in
+$ open/read cfpm_in config-flags.pm.in
 $!
-$ outfile = "sys$disk:[.tests]config-flags.pm"
+$ outfile = "sys$disk:[]config-flags.pm"
 $!
 $ cflags = "/include=([],[.glob]"
 $!
similarity index 97%
rename from test_make.com
rename to tests/run_make_tests.com
index 257e863bca2a56760403cd7748cd2426e521f7ce..2f17f7f5bd62b1fa0419f093266900d861fe1bf7 100755 (executable)
@@ -201,7 +201,7 @@ $ if help_flag .nes. ""
 $ then
 $   type sys$input
 $DECK
-This is a test script wrapper for the [.tests]run_make_tests.pl script.
+This is a test script wrapper for the run_make_tests.pl script.
 
 This wrapper makes sure that the DCL symbols and logical names needed to
 run the perl script are in place.
@@ -239,15 +239,16 @@ $ if no_gnv .or. no_perl then exit 44
 $!
 $!
 $ make := $bin:make.exe
+$ default = f$environment("DEFAULT")
+$ this = f$environment("PROCEDURE")
+$ on error then goto all_error
+$ set default 'f$parse(this,,,"DEVICE")''f$parse(this,,,"DIRECTORY")'
 $!
 $! Need to make sure that the config-flags.pm exists.
-$ if f$search("[.tests]config-flags.pm") .eqs. ""
+$ if f$search("config-flags.pm") .eqs. ""
 $ then
 $   @config_flags_pm.com
 $ endif
-$ default = f$environment("DEFAULT")
-$ on error then goto all_error
-$ set def [.tests]
 $ define/user bin 'default',gnv$gnu:[bin]
 $ define/user decc$filename_unix_noversion enable
 $ define/user decc$filename_unix_report enable