diff options
author | Ted Gould <ted@gould.cx> | 2012-04-25 11:09:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-25 11:09:24 -0500 |
commit | 4f9a30d2aaca583d992df6dd8046e563004e13be (patch) | |
tree | a9e1b20f83360f844324166d27a4728aab5e4514 | |
parent | 8bba0b8f3b67abd6670f208ac7d54127aed725b9 (diff) | |
download | ayatana-ido-4f9a30d2aaca583d992df6dd8046e563004e13be.tar.gz ayatana-ido-4f9a30d2aaca583d992df6dd8046e563004e13be.tar.bz2 ayatana-ido-4f9a30d2aaca583d992df6dd8046e563004e13be.zip |
We've now got a test directory!
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
3 files changed, 3 insertions, 1 deletions
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 |