aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-29 14:17:16 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-29 14:17:49 -0700
commit92e2863fb7ff857e424329508d32225eb9b3b3e9 (patch)
tree9a288cc5ea9ef756d35c83e47fb9890ab8763911 /test
parent01c663699ac276d3ec676972914cf3a375907995 (diff)
Integrate tests with autotools
Diffstat (limited to 'test')
-rw-r--r--test/.gitignore1
-rw-r--r--test/Makefile7
-rw-r--r--test/Makefile.am2
3 files changed, 2 insertions, 8 deletions
diff --git a/test/.gitignore b/test/.gitignore
index 7b95378..9daeafb 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -1,2 +1 @@
-!Makefile
test
diff --git a/test/Makefile b/test/Makefile
deleted file mode 100644
index 738dd53..0000000
--- a/test/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-CC=gcc
-CFLAGS=-Wall -W
-
-all: test
-
-clean:
- rm -f *.o test
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..55d6950
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,2 @@
+bin_PROGRAMS = test
+test_SOURCES = test.c