From 92e2863fb7ff857e424329508d32225eb9b3b3e9 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 29 Mar 2016 14:17:16 -0700 Subject: Integrate tests with autotools --- test/.gitignore | 1 - test/Makefile | 7 ------- test/Makefile.am | 2 ++ 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 test/Makefile create mode 100644 test/Makefile.am (limited to 'test') 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 -- cgit v1.2.3