tests: move into tests/ subdir

This commit is contained in:
David Lamparter 2016-03-19 00:02:16 +01:00
parent 93351266ee
commit c2faf4e5da
3 changed files with 2 additions and 2 deletions

View file

@ -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