ocarina/tests/index/Sconscript
Anna Schumaker be0d3f3da4 index: Implement most of the index
I have everything except for save() and load() written.  My unittest is
fairly comprehensive and tests everything implemented so far, so with
any luck putting in save() and load() features will go quickly.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:56:53 -04:00

7 lines
92 B
Python

#!/usr/bin/python
Import("Test", "CONFIG")
CONFIG.INDEX = True
Test("index", "index.cpp")