ocarina/tests/library/Sconscript
Anna Schumaker 9ddbaf0b97 library: Implement basic path management
I can add and remove root-level directories from the library database.
I do not save the database when modified, and I don't yet run an update
on all the files.

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

7 lines
98 B
Python

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