Skip to content

Commit cd01a75

Browse files
committed
removing changes CI failure
Signed-off-by: Robin Dubey <[email protected]>
1 parent 97352d4 commit cd01a75

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

icc/tools.mk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ TOOLS = \
1818
smalltest4$(EXESUFX) \
1919
GenRndData2$(EXESUFX) \
2020
nist_algs$(EXESUFX) \
21-
test_NIST_algs$(EXESUFX) \
22-
FIPS_collector$(EXESUFX) \
23-
FIPS_filter$(EXESUFX) \
24-
FIPS_filter_debias$(EXESUFX) \
25-
squeeze$(EXESUFX) \
2621
sha256x$(EXESUFX)
2722

2823
# Not currently built because it's the same as GenRndData
@@ -228,4 +223,4 @@ squeeze$(OBJSUFX): tools/squeeze.c $(TRNG_DIR)/ext_filter.c
228223

229224
squeeze$(EXESUFX): squeeze$(OBJSUFX)
230225
-$(LD) $(LDFLAGS) squeeze$(OBJSUFX)
231-
#============================= END TRNG components ================================
226+
#============================= END TRNG components ================================

0 commit comments

Comments
 (0)