summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/tests.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/tests.lua')
-rw-r--r--scripts/src/tests.lua32
1 files changed, 2 insertions, 30 deletions
diff --git a/scripts/src/tests.lua b/scripts/src/tests.lua
index 6d964737079..b0164f6946a 100644
--- a/scripts/src/tests.lua
+++ b/scripts/src/tests.lua
@@ -21,37 +21,13 @@ project("mametests")
targetdir(MAME_DIR)
end
- configuration { "x64", "Release" }
- targetsuffix "64"
- if _OPTIONS["PROFILE"] then
- targetsuffix "64p"
- end
-
- configuration { "x64", "Debug" }
- targetsuffix "64d"
- if _OPTIONS["PROFILE"] then
- targetsuffix "64dp"
- end
-
- configuration { "x32", "Release" }
- targetsuffix ""
- if _OPTIONS["PROFILE"] then
- targetsuffix "p"
- end
-
- configuration { "x32", "Debug" }
- targetsuffix "d"
- if _OPTIONS["PROFILE"] then
- targetsuffix "dp"
- end
-
- configuration { "Native", "Release" }
+ configuration { "Release" }
targetsuffix ""
if _OPTIONS["PROFILE"] then
targetsuffix "p"
end
- configuration { "Native", "Debug" }
+ configuration { "Debug" }
targetsuffix "d"
if _OPTIONS["PROFILE"] then
targetsuffix "dp"
@@ -60,10 +36,6 @@ project("mametests")
configuration { "mingw*" or "vs*" }
targetextension ".exe"
- configuration { "rpi" }
- targetextension ""
-
-
configuration { }
links {