Move tests from rosapps to rostests
[reactos.git] / rosapps / tests / nptest / nptest.rbuild
diff --git a/rosapps/tests/nptest/nptest.rbuild b/rosapps/tests/nptest/nptest.rbuild
deleted file mode 100644 (file)
index f933fe0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<module name="nptest" type="win32gui" installbase="bin" installname="nptest.exe">
-       <define name="_WIN32_IE">0x0501</define>
-       <define name="_WIN32_WINNT">0x0501</define>
-       <define name="__USE_W32API" />
-       <library>kernel32</library>
-       <library>gdi32</library>
-       <file>nptest.c</file>
-</module>