From 4f9a30d2aaca583d992df6dd8046e563004e13be Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 25 Apr 2012 11:09:24 -0500 Subject: We've now got a test directory! --- Makefile.am | 2 +- configure.ac | 1 + tests/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tests/Makefile.am diff --git a/Makefile.am b/Makefile.am index 530ded5..6cad78b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ V = @ Q = $(V:1=) QUIET_GEN = $(Q:@=@echo ' GEN '$@;) -SUBDIRS = src example +SUBDIRS = src example tests %-0.1.pc: %.pc $(QUIET_GEN) cp -f $< $@ diff --git a/configure.ac b/configure.ac index 06cfc63..648c056 100644 --- a/configure.ac +++ b/configure.ac @@ -144,6 +144,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile example/Makefile + tests/Makefile libido.pc libido3.pc ]) diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..e0b73f5 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +# Testing, one, two, three -- cgit v1.2.3