aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/Makefile.testcases
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-29 15:58:09 +0000
committerMartin Willi <martin@strongswan.org>2005-11-29 15:58:09 +0000
commit0f803b4771a94b65344faaea208904428c09aca6 (patch)
treed1a7f983359c1861d1a8514266ee7fc7f55d57e5 /Source/charon/testcases/Makefile.testcases
parent7da522ba73ed0a42445c1fb48efa18a85338b600 (diff)
downloadstrongswan-0f803b4771a94b65344faaea208904428c09aca6.tar.bz2
strongswan-0f803b4771a94b65344faaea208904428c09aca6.tar.xz
- tested encryption payload
Diffstat (limited to 'Source/charon/testcases/Makefile.testcases')
-rw-r--r--Source/charon/testcases/Makefile.testcases4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/charon/testcases/Makefile.testcases b/Source/charon/testcases/Makefile.testcases
index bc1a537a9..abee371f2 100644
--- a/Source/charon/testcases/Makefile.testcases
+++ b/Source/charon/testcases/Makefile.testcases
@@ -103,5 +103,9 @@ $(BUILD_DIR)sender_test.o : $(TESTCASES_DIR)sender_test.c $(TESTCASES_DIR)send
TEST_OBJS+= $(BUILD_DIR)thread_pool_test.o
$(BUILD_DIR)thread_pool_test.o : $(TESTCASES_DIR)thread_pool_test.c $(TESTCASES_DIR)thread_pool_test.h
$(CC) $(CFLAGS) -c -o $@ $<
+
+TEST_OBJS+= $(BUILD_DIR)encryption_payload_test.o
+$(BUILD_DIR)encryption_payload_test.o : $(TESTCASES_DIR)encryption_payload_test.c $(TESTCASES_DIR)encryption_payload_test.h
+ $(CC) $(CFLAGS) -c -o $@ $<