Browse Source

mconn-crypt-test: move to tests directory

bboozzoo/device-cache
Maciek Borzecki 10 years ago
parent
commit
cfe3f444e4
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile.am
  2. +0
    -0
      test/mconn-crypt-test.c

+ 2
- 2
Makefile.am View File

@ -12,12 +12,12 @@ mconnect_LDADD = $(MCONNECT_LIBS)
mconnect_CFLAGS = $(MCONNECT_CFLAGS)
test_mconn_crypt_SOURCES = src/mconn-crypt-test.c \
test_mconn_crypt_SOURCES = test/mconn-crypt-test.c \
src/mconn-crypt.c \
src/mconn-crypt.h
test_mconn_crypt_LDADD = $(MCONNECT_LIBS)
test_mconn_crypt_CFLAGS = $(MCONNECT_CFLAGS)
test_mconn_crypt_CFLAGS = $(MCONNECT_CFLAGS) -Isrc
VALAFLAGS = $(MCONNECT_VALAFLAGS)

src/mconn-crypt-test.c → test/mconn-crypt-test.c View File


Loading…
Cancel
Save