mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
cb7c620b2f
commit
59b2b132e3
1 changed files with 13 additions and 0 deletions
13
Testing/Makefile
Normal file
13
Testing/Makefile
Normal 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
|
Loading…
Reference in a new issue