Makefile to build tests for gui library - initially buils a test for

the pasteboard stuff.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2561 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1997-10-28 12:16:54 +00:00
parent cb7c620b2f
commit 59b2b132e3

13
Testing/Makefile Normal file
View file

@ -0,0 +1,13 @@
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
# The application to be compiled
TOOL_NAME = testpb
# The source files to be compiled
testpb_OBJC_FILES = testpb.m
-include Makefile.preamble
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/tool.make
-include Makefile.postamble