tests/SConscript
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 24 Jan 2007 17:50:45 -0500
changeset 14 d68c28a18f37
parent 6 40adcff7b468
permissions -rw-r--r--
Added computation of PDBDistanceGrid for all atoms of the backbone (not just alpha-carbons)

Import('*')

sources = 			['test-orderlist.cpp', 'test-consistencylist.cpp']

for s in sources:
	Default(env.Program([s] + external_sources))