From f60e8b90e67a3f6ca6a19de7093ea5909a701c54 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 28 Oct 1997 12:16:54 +0000 Subject: [PATCH] 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 --- Testing/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Testing/Makefile diff --git a/Testing/Makefile b/Testing/Makefile new file mode 100644 index 000000000..9d62f5fcb --- /dev/null +++ b/Testing/Makefile @@ -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