Commit 0b2d44ed authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Added tests for cpp objects/RTTI.

parent 240b0a9b
Makefile Makefile
cpp.ok
file.ok file.ok
msvcrt_test.exe.spec.c msvcrt_test.exe.spec.c
scanf.ok scanf.ok
......
...@@ -7,6 +7,7 @@ IMPORTS = msvcrt ...@@ -7,6 +7,7 @@ IMPORTS = msvcrt
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
CTESTS = \ CTESTS = \
cpp.c \
file.c \ file.c \
scanf.c scanf.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment