- tested sa with traffic selectors

- fixed ALOT of bugs ;-)
This commit is contained in:
Martin Willi
2005-12-01 14:17:51 +00:00
parent 7d85e0ac6e
commit ed1b7b40cd
6 changed files with 110 additions and 17 deletions
@@ -111,3 +111,7 @@ $(BUILD_DIR)encryption_payload_test.o : $(TESTCASES_DIR)encryption_payload_test.
TEST_OBJS+= $(BUILD_DIR)init_config_test.o
$(BUILD_DIR)init_config_test.o : $(TESTCASES_DIR)init_config_test.c $(TESTCASES_DIR)init_config_test.h
$(CC) $(CFLAGS) -c -o $@ $<
TEST_OBJS+= $(BUILD_DIR)sa_config_test.o
$(BUILD_DIR)sa_config_test.o : $(TESTCASES_DIR)sa_config_test.c $(TESTCASES_DIR)sa_config_test.h
$(CC) $(CFLAGS) -c -o $@ $<