summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/test/Makefile')
-rw-r--r--data/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/test/Makefile b/data/test/Makefile
index 323cfeb..37769db 100644
--- a/data/test/Makefile
+++ b/data/test/Makefile
@@ -3,6 +3,7 @@ AST_CREATOR = ghdl --file-to-xml
#TEST_DIRS ?= $(addprefix ${CURDIR}/,$(wildcard */))
TEST_DIRS ?= $(patsubst %/,%,$(wildcard */))
PROPERTY_DIR ?= ${CURDIR}/../property
+# TODO: Start using those variables...
SOLUTION_DIR ?= /tmp/tabellion/sol/
ORACLE_CREATOR_SCRIPT = ${CURDIR}/oracle_creator.py
################################################################################