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