source: branches/reconfiguration/modules/dspin_router/caba/test/recovery_bcast_evaluation/soclib.conf @ 1009

Last change on this file since 1009 was 1009, checked in by cfuguet, 9 years ago

add a new platform for the evaluation of the broadcast recovery
replication policy.

File size: 510 bytes
RevLine 
[1009]1# append compilation flags
2cflags = config.default.toolchain.cflags
3#cflags.extend(['-ggdb'])
4config.default.toolchain.set("cflags", cflags)
5
6
7# append modules' description file paths
8from os import environ
9from os.path import join
10tsarpath = environ['TSARPATH']
11config.addDescPath(join(tsarpath, "trunk/lib"))
12config.addDescPath(join(tsarpath, "trunk/modules"))
13config.addDescPath(join(tsarpath, "branches/reconfiguration/communication"))
14config.addDescPath(join(tsarpath, "branches/reconfiguration/modules"))
Note: See TracBrowser for help on using the repository browser.