summaryrefslogtreecommitdiff
path: root/test/autogen.sh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-09-09 09:33:46 -0600
committerAdrian Thurston <thurston@colm.net>2019-09-09 09:33:46 -0600
commitc171cdda894fa59515d1bdc1e00cace185366e7f (patch)
tree3ca69dca58aee3bf7bd206cb056a4e1f9b6e1058 /test/autogen.sh
parent05508d109059e400e093456ce50a1edfc6299f76 (diff)
downloadcolm-c171cdda894fa59515d1bdc1e00cace185366e7f.tar.gz
lifted all test files to /test directory
Diffstat (limited to 'test/autogen.sh')
-rwxr-xr-xtest/autogen.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/autogen.sh b/test/autogen.sh
new file mode 100755
index 00000000..a2752f99
--- /dev/null
+++ b/test/autogen.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+
+set -xe
+
+aclocal
+autoheader
+automake --foreign --add-missing
+autoconf
+