From c2faf4e5da58787cdff942aed807d3b716914532 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 19 Mar 2016 00:02:16 +0100 Subject: [PATCH] tests: move into tests/ subdir --- Makefile.am | 4 ++-- capn-stream-test.cpp => tests/capn-stream-test.cpp | 0 capn-test.cpp => tests/capn-test.cpp | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename capn-stream-test.cpp => tests/capn-stream-test.cpp (100%) rename capn-test.cpp => tests/capn-test.cpp (100%) diff --git a/Makefile.am b/Makefile.am index bdada69..a706a1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,8 +44,8 @@ DIST_SUBDIRS = gtest/googletest check_PROGRAMS += \ capn-test capn_test_SOURCES = \ - capn-test.cpp \ - capn-stream-test.cpp \ + tests/capn-test.cpp \ + tests/capn-stream-test.cpp \ compiler/test.capnp.c \ compiler/schema-test.cpp \ compiler/schema.capnp.c diff --git a/capn-stream-test.cpp b/tests/capn-stream-test.cpp similarity index 100% rename from capn-stream-test.cpp rename to tests/capn-stream-test.cpp diff --git a/capn-test.cpp b/tests/capn-test.cpp similarity index 100% rename from capn-test.cpp rename to tests/capn-test.cpp