From c2c2cee6c9cdeb91b276775c2d11367fb2c95deb Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 12 Jun 2015 23:58:44 +0100 Subject: [PATCH] Moved stub_gpg.c --- Makefile.am | 2 +- {unittests => tests/unittests}/pgp/stub_gpg.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {unittests => tests/unittests}/pgp/stub_gpg.c (100%) diff --git a/Makefile.am b/Makefile.am index 3e0068cd..c82bf381 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,7 +113,7 @@ pgp_sources = \ src/pgp/gpg.h src/pgp/gpg.c pgp_unittest_sources = \ - unittests/pgp/stub_gpg.c + tests/unittests/pgp/stub_gpg.c otr3_sources = \ src/otr/otrlib.h src/otr/otrlibv3.c src/otr/otr.h src/otr/otr.c diff --git a/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c similarity index 100% rename from unittests/pgp/stub_gpg.c rename to tests/unittests/pgp/stub_gpg.c