- Salvaged Variant code from older project, for use in expression
  evaluation.
This commit is contained in:
Paul Beckingham 2011-04-05 23:47:09 -04:00
parent 7961ca136f
commit d9b2ac0f33
8 changed files with 976 additions and 6 deletions

View file

@ -6,7 +6,8 @@ include_directories (${CMAKE_SOURCE_DIR}/src
set (test_SRCS date.t t.t tdb.t duration.t t.benchmark.t text.t autocomplete.t
seq.t record.t att.t subst.t nibbler.t filt.t cmd.t config.t
util.t color.t list.t path.t file.t grid.t directory.t rx.t
taskmod.t lisp.t rectangle.t tree.t tree2.t uri.t json.t)
taskmod.t lisp.t rectangle.t tree.t tree2.t uri.t json.t
variant.t)
add_custom_target (test ./run_all DEPENDS ${test_SRCS}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test)