Commit cd0f2bcf authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added a set of tests for the console API.

parent d3446a44
...@@ -2,6 +2,7 @@ Makefile ...@@ -2,6 +2,7 @@ Makefile
alloc.ok alloc.ok
atom.ok atom.ok
codepage.ok codepage.ok
console.ok
directory.ok directory.ok
drive.ok drive.ok
environ.ok environ.ok
......
...@@ -9,6 +9,7 @@ CTESTS = \ ...@@ -9,6 +9,7 @@ CTESTS = \
alloc.c \ alloc.c \
atom.c \ atom.c \
codepage.c \ codepage.c \
console.c \
directory.c \ directory.c \
drive.c \ drive.c \
environ.c \ environ.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