summaryrefslogtreecommitdiff
path: root/test/releasetest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/releasetest.mk')
-rw-r--r--test/releasetest.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/releasetest.mk b/test/releasetest.mk
new file mode 100644
index 0000000..5d217c6
--- /dev/null
+++ b/test/releasetest.mk
@@ -0,0 +1,14 @@
+########################################################
+TOP=/home/drh/sqlite/sqlite
+
+TCL_FLAGS=-I/home/drh/tcltk/86linux
+LIBTCL=/home/drh/tcltk/86linux/libtcl8.6.a -lm -ldl -lpthread
+
+BCC = gcc
+TCC = gcc -ansi -g $(CFLAGS)
+NAWK = awk
+AR = ar cr
+RANLIB = ranlib
+THREADLIB = -lpthread -ldl -lz
+include $(TOP)/main.mk
+########################################################