changeset 591:1d6e51b1d4c7

- test exec name changes for nmake builds for x86 win std and fastcall suites, for consistency
author Tassilo Philipp
date Mon, 19 Sep 2022 16:59:52 +0200
parents 01a5762c6fba
children f29db2bf3c0e
files test/suite2_x86win32fast/Nmakefile test/suite2_x86win32std/Nmakefile test/suite_x86win32fast/Nmakefile test/suite_x86win32std/Nmakefile
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/test/suite2_x86win32fast/Nmakefile	Mon Sep 19 16:38:11 2022 +0200
+++ b/test/suite2_x86win32fast/Nmakefile	Mon Sep 19 16:59:52 2022 +0200
@@ -35,7 +35,7 @@
 
 !IF "$(BUILD_OS)" == "windows"
 
-TARGETS = suite2.exe
+TARGETS = suite2_x86win32fast.exe
 OBJS = main.obj case.obj# ..\testmain\main_ansic.obj
 
 $(TARGETS): $(OBJS)
@@ -45,7 +45,7 @@
 
 !ELSE IF "$(BUILD_OS)" == "nds"
 
-TARGETS = suite2.nds
+TARGETS = suite2_x86win32fast.nds
 OBJS = main.o case.o# ..\testmain\main_NDS.o
 
 $(TARGETS): $(OBJS)
--- a/test/suite2_x86win32std/Nmakefile	Mon Sep 19 16:38:11 2022 +0200
+++ b/test/suite2_x86win32std/Nmakefile	Mon Sep 19 16:59:52 2022 +0200
@@ -35,7 +35,7 @@
 
 !IF "$(BUILD_OS)" == "windows"
 
-TARGETS = suite2.exe
+TARGETS = suite2_x86win32std.exe
 OBJS = main.obj case.obj# ..\testmain\main_ansic.obj
 
 $(TARGETS): $(OBJS)
@@ -45,7 +45,7 @@
 
 !ELSE IF "$(BUILD_OS)" == "nds"
 
-TARGETS = suite2.nds
+TARGETS = suite2_x86win32std.nds
 OBJS = main.o case.o# ..\testmain\main_NDS.o
 
 $(TARGETS): $(OBJS)
--- a/test/suite_x86win32fast/Nmakefile	Mon Sep 19 16:38:11 2022 +0200
+++ b/test/suite_x86win32fast/Nmakefile	Mon Sep 19 16:59:52 2022 +0200
@@ -35,7 +35,7 @@
 
 !IF "$(BUILD_OS)" == "windows"
 
-TARGETS = suite.exe
+TARGETS = suite_x86win32fast.exe
 OBJS = main.obj case.obj# ..\testmain\main_ansic.obj
 
 $(TARGETS): $(OBJS)
@@ -45,7 +45,7 @@
 
 !ELSE IF "$(BUILD_OS)" == "nds"
 
-TARGETS = suite.nds
+TARGETS = suite_x86win32fast.nds
 OBJS = main.o case.o# ..\testmain\main_NDS.o
 
 $(TARGETS): $(OBJS)
--- a/test/suite_x86win32std/Nmakefile	Mon Sep 19 16:38:11 2022 +0200
+++ b/test/suite_x86win32std/Nmakefile	Mon Sep 19 16:59:52 2022 +0200
@@ -35,7 +35,7 @@
 
 !IF "$(BUILD_OS)" == "windows"
 
-TARGETS = suite.exe
+TARGETS = suite_x86win32std.exe
 OBJS = main.obj case.obj# ..\testmain\main_ansic.obj
 
 $(TARGETS): $(OBJS)
@@ -45,7 +45,7 @@
 
 !ELSE IF "$(BUILD_OS)" == "nds"
 
-TARGETS = suite.nds
+TARGETS = suite_x86win32std.nds
 OBJS = main.o case.o# ..\testmain\main_NDS.o
 
 $(TARGETS): $(OBJS)