diff options
author | Steve Huston <shuston@riverace.com> | 1999-04-21 21:55:30 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-04-21 21:55:30 +0000 |
commit | da19946ca0ecf3648b642cef05198a612353d4a7 (patch) | |
tree | 4734c6f17cb479c7cd883c1a60f3ff9d6cd1630e /tests | |
parent | beeb492930e213a9f00fa5957ada2ca3fab8a0b4 (diff) | |
download | ATCD-da19946ca0ecf3648b642cef05198a612353d4a7.tar.gz |
Add new test, New_Fail_Test to one-button tests for MSVC 5/6.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/New_Fail_Test.dsp | 59 | ||||
-rw-r--r-- | tests/tests.dsw | 12 |
2 files changed, 71 insertions, 0 deletions
diff --git a/tests/New_Fail_Test.dsp b/tests/New_Fail_Test.dsp new file mode 100644 index 00000000000..d7b105d4684 --- /dev/null +++ b/tests/New_Fail_Test.dsp @@ -0,0 +1,59 @@ +# Microsoft Developer Studio Project File - Name="New_Fail_Test" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=New_Fail_Test - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "New_Fail_Test.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "New_Fail_Test.mak" CFG="New_Fail_Test - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "New_Fail_Test - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir ".\DLL\Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\ace"
+# Begin Target
+
+# Name "New_Fail_Test - Win32 Debug"
+# Begin Source File
+
+SOURCE=.\New_Fail_Test.cpp
+# End Source File
+# End Target
+# End Project
diff --git a/tests/tests.dsw b/tests/tests.dsw index 4fa8c78261f..7f3163a1f1d 100644 --- a/tests/tests.dsw +++ b/tests/tests.dsw @@ -339,6 +339,18 @@ Package=<4> ###############################################################################
+Project: "New_Fail_Test"=".\New_Fail_Test.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "Notify_Performance_Test"=".\Notify_Performance_Test.dsp" - Package Owner=<4>
Package=<5>
|