File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ export LC_ALL=C.UTF-8
9
9
if [[ $HOST = * -mingw32 ]]; then
10
10
# Generate all binaries, so that they can be wrapped
11
11
CI_EXEC make " $MAKEJOBS " -C src/secp256k1 VERBOSE=1
12
+ CI_EXEC make " $MAKEJOBS " -C src minisketch/test.exe VERBOSE=1
12
13
CI_EXEC " ${BASE_ROOT_DIR} /ci/test/wrap-wine.sh"
13
14
fi
14
15
15
16
if [ -n " $QEMU_USER_CMD " ]; then
16
17
# Generate all binaries, so that they can be wrapped
17
18
CI_EXEC make " $MAKEJOBS " -C src/secp256k1 VERBOSE=1
19
+ CI_EXEC make " $MAKEJOBS " -C src minisketch/test VERBOSE=1
18
20
CI_EXEC " ${BASE_ROOT_DIR} /ci/test/wrap-qemu.sh"
19
21
fi
20
22
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ noinst_LTLIBRARIES =
20
20
21
21
bin_PROGRAMS =
22
22
noinst_PROGRAMS =
23
+ check_PROGRAMS =
23
24
TESTS =
24
25
BENCHMARKS =
25
26
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if ENABLE_TESTS
31
31
if !ENABLE_FUZZ
32
32
MINISKETCH_TEST = minisketch/test
33
33
TESTS += $(MINISKETCH_TEST)
34
- noinst_PROGRAMS += $(MINISKETCH_TEST)
34
+ check_PROGRAMS += $(MINISKETCH_TEST)
35
35
36
36
minisketch_test_SOURCES = $(MINISKETCH_TEST_SOURCES_INT)
37
37
minisketch_test_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMINISKETCH_CPPFLAGS)
You can’t perform that action at this time.
0 commit comments