mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
Travis CI: Run aestst
This commit is contained in:
parent
2b25724f13
commit
5f6c49aebc
@ -21,6 +21,7 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
- ./aes/aestst
|
||||||
- ./test_check
|
- ./test_check
|
||||||
- CK_TIMEOUT_MULTIPLIER=20 valgrind -q --error-exitcode=1 ./test_check
|
- CK_TIMEOUT_MULTIPLIER=20 valgrind -q --error-exitcode=1 ./test_check
|
||||||
- ./test_openssl 1000
|
- ./test_openssl 1000
|
||||||
|
3
Makefile
3
Makefile
@ -60,6 +60,9 @@ all: test_check test_openssl test_speed tools libtrezor-crypto.so
|
|||||||
%.o: %.c %.h options.h
|
%.o: %.c %.h options.h
|
||||||
$(CC) $(CFLAGS) -o $@ -c $<
|
$(CC) $(CFLAGS) -o $@ -c $<
|
||||||
|
|
||||||
|
aes/aestst: aes/aestst.o aes/aescrypt.o aes/aeskey.o aes/aestab.o
|
||||||
|
$(CC) $^ -o $@
|
||||||
|
|
||||||
test_check: test_check.o $(OBJS)
|
test_check: test_check.o $(OBJS)
|
||||||
$(CC) test_check.o $(OBJS) $(TESTLIBS) -o test_check
|
$(CC) test_check.o $(OBJS) $(TESTLIBS) -o test_check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user