Changeset 41


Ignore:
Timestamp:
Aug 15, 2005, 9:16:16 PM (19 years ago)
Author:
dkearney
Message:

added makefile to compile Rappture Core Data Structure tests

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r39 r41  
    6767LIB_DIR                 = $(RP_BASE)/lib
    6868SRC_DIR                 = $(RP_BASE)/src
     69TEST_DIR                = $(RP_BASE)/test
    6970
    7071CORE_SRC                = $(SRC_DIR)/core
     
    131132include $(FORT_SRC)/make.inc
    132133
     134# include test programs
     135include $(TEST_DIR)/make.inc
     136
    133137#### CLEAN UP ############################################################
    134138clean:
  • trunk/src/README

    r21 r41  
    2828   
    2929    make librappture
     30
     315) Make the Rappture Test programs
     32
     33    make test
Note: See TracChangeset for help on using the changeset viewer.