ocarina/tests/index/Sconscript
Anna Schumaker 97d889531a index: Remove the index class
This patch updates the design so indexes are built upon databases using
a special IndexEntry.  I also updated the tests/index/ test to match
the new system, but I have not updated filter or group tests yet.

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

7 lines
95 B
Python

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