Commit b06884e7 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

updated version of ITS test suite Release 1

parent f8bd4ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ outdir := $(TOPDIR)/build/$(ATS)
bindir := $(TOPDIR)/bin

sources     := $(all_sources)
includes    := $(outdir) $(outdir)/.. $(outdir)/../asn1 $(all_includes) $(NPCAP_INCLUDE)
includes    := $(outdir) $(outdir)/.. $(outdir)/asn1 $(all_includes) $(NPCAP_INCLUDE)

ifeq (Windows_NT,$(OS))
  EXE=.exe
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ endif

CFLAGS += $(ASN_MODULE_CFLAGS) -DPDU=$(firstword $(ASN_PDU)) $(HAS_PDU_COLLECTION) -fPIC -I.
CC = gcc -std=c99
GEN_EXAMPLE=-no-gen-example 
ASN1C_OPTIONS += -no-gen-example -fcompound-names -no-gen-XER -no-gen-JER -no-gen-APER -no-gen-print -no-gen-random-fill
ifeq (yes,$(DEBUG))
  CFLAGS += -g -O0 -DASN_EMIT_DEBUG=1
endif
@@ -42,7 +42,7 @@ ASN_SRC_FILES := $(addprefix $(TOP_DIR)/, $(ASN_FILES))
all: $(ASN_LIBRARY)

$(LIB_MAKEFILE): $(ASN_SRC_FILES) Makefile
	$(ASN1C) $(GEN_EXAMPLE) $(addprefix -pdu=,$(pdu)) -fcompound-names $(ASN_SRC_FILES)
	$(ASN1C) $(ASN1C_OPTIONS) $(addprefix -pdu=,$(pdu)) $(ASN_SRC_FILES)
#	-for n in $(PATCHES); do git apply "$(SCRIPT_DIR)/$$n"; done

$(CONVERTER): $(ASN_LIBRARY) $(CONVERTER_OBJS) 
Compare f7be84b8 to 4f1be407
Original line number Diff line number Diff line
Subproject commit f7be84b8706fffe621cdb0871effef3fc19d0a67
Subproject commit 4f1be407b2b8c9161c3adaaabc74d14c629e2c54
Compare 29b249a1 to 62ed9722
Original line number Diff line number Diff line
Subproject commit 29b249a105b3546c352a845653b78bcecfd8a999
Subproject commit 62ed9722368b83a5cd709b61d04748599ff3b9f7
Compare 3c99e86d to ef9c9be2
Original line number Diff line number Diff line
Subproject commit 3c99e86da2ec4415a9d2351779d0470c969093bf
Subproject commit ef9c9be29ee12d8fd9418d6abba66044579764c6