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