Skip to content

Commit

Permalink
Using new location for cxxtest
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Dec 21, 2011
1 parent 9a321c3 commit 267ef8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/Jamrules
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ CORE_MODULES = [ GLOB $(CORE_DIRS) : $(MODULE_EXT) ] ;

# Unit test framework
CXXTEST_DIR = $(HOME)/Source/cxxtest ;
#CXXTEST_GEN = $(CXXTEST_DIR)/cxxtestgen.py ;
CXXTEST_GEN = $(CXXTEST_DIR)/python/scripts/cxxtestgen ;
CXXTEST_GEN = $(CXXTEST_DIR)/bin/cxxtestgen ;
HDRS += $(CXXTEST_DIR) ;

# Linker script
Expand Down

0 comments on commit 267ef8c

Please sign in to comment.