Searched refs:notests (Results 1 – 8 of 8) sorted by relevance
19 @@ -216,10 +216,16 @@ binaries-shared-notests = $(filter-out $(binaries-pie) $(binaries-static), \20 $(binaries-all-notests))22 ifneq "$(strip $(binaries-shared-notests))" ""23 -$(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o \27 +$(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o
19 + set(TEST_DATA_DIR "/notests")
20 AUBIO_WAF_OPTS = --notests
31 EXTRA_QMAKEVARS_PRE:append = " CONFIG+=notests"
65 EXTRA_QMAKEVARS_PRE:append = " CONFIG+=notests"
43 static bool notests; variable44 module_param(notests, bool, 0644);45 MODULE_PARM_DESC(notests, "disable crypto self-tests");5640 if (!fips_enabled && notests) { in alg_test()
806 cryptomgr.notests