summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-14 15:29:52 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-14 15:29:52 +0200
commitf653735830d537715f2885bd832cf04851d35401 (patch)
tree95e6551e39407543366d4f49aedf7b78c6e8bbe1 /test
parentbcc54d5df10cf425e7134b06f70d7ffe1abee4e4 (diff)
downloadcolm-f653735830d537715f2885bd832cf04851d35401.tar.gz
moved source files into commit repository
Diffstat (limited to 'test')
-rw-r--r--test/rlhc.d/Makefile.am2
-rw-r--r--test/rlparse.d/Makefile.am6
-rw-r--r--test/trans.d/Makefile.am6
3 files changed, 7 insertions, 7 deletions
diff --git a/test/rlhc.d/Makefile.am b/test/rlhc.d/Makefile.am
index 880a34cc..cface1e9 100644
--- a/test/rlhc.d/Makefile.am
+++ b/test/rlhc.d/Makefile.am
@@ -1,4 +1,4 @@
-COLM_BIN = ../../colm/colm
+COLM_BIN = ../../src/colm
RLHC_DEP = \
rlhc-host.lm \
diff --git a/test/rlparse.d/Makefile.am b/test/rlparse.d/Makefile.am
index 1d8e9619..fd4cdb9d 100644
--- a/test/rlparse.d/Makefile.am
+++ b/test/rlparse.d/Makefile.am
@@ -1,6 +1,6 @@
-COLM_BIN = ../../colm/colm
-COLM_xCPPFLAGS = -I../../colm/include
-COLM_xLDFLAGS = -L../../colm
+COLM_BIN = ../../src/colm
+COLM_xCPPFLAGS = -I../../src/include
+COLM_xLDFLAGS = -L../../src
noinst_PROGRAMS = rlparse
diff --git a/test/trans.d/Makefile.am b/test/trans.d/Makefile.am
index 4f549afe..a1e3719e 100644
--- a/test/trans.d/Makefile.am
+++ b/test/trans.d/Makefile.am
@@ -1,7 +1,7 @@
-COLM_BIN = ../../colm/colm
+COLM_BIN = ../../src/colm
-COLM_xCPPFLAGS = -I../../colm/include
-COLM_xLDFLAGS = -L../../colm
+COLM_xCPPFLAGS = -I../../src/include
+COLM_xLDFLAGS = -L../../src
noinst_PROGRAMS = trans